|
11 | 11 | 'type': 'none', |
12 | 12 | 'dependencies': [ |
13 | 13 | 'base.gyp:chromium_base', |
14 | | - 'base.gyp:chromium_base_shared', |
15 | 14 | 'wd_core.gyp:WebDriver_core', |
16 | | - 'wd_core.gyp:WebDriver_core_shared', |
17 | 15 | 'wd_ext_qt.gyp:WebDriver_extension_qt_base', |
18 | | - 'wd_ext_qt.gyp:WebDriver_extension_qt_base_shared', |
19 | 16 | 'wd_ext_qt.gyp:WebDriver_extension_qt_web', |
20 | | - 'wd_ext_qt.gyp:WebDriver_extension_qt_web_shared', |
| 17 | + # TODO: put quick1 only for qt4 not qt5 |
| 18 | + #'wd_ext_qt.gyp:WebDriver_extension_qt_quick_1', |
21 | 19 | ], |
22 | 20 |
|
23 | 21 | 'conditions': [ |
| 22 | + |
| 23 | + [ 'OS == "linux"', { |
| 24 | + 'dependencies': [ |
| 25 | + 'base.gyp:chromium_base_shared', |
| 26 | + 'wd_core.gyp:WebDriver_core_shared', |
| 27 | + 'wd_ext_qt.gyp:WebDriver_extension_qt_base_shared', |
| 28 | + 'wd_ext_qt.gyp:WebDriver_extension_qt_web_shared', |
| 29 | + ], |
| 30 | + } ], |
| 31 | + |
24 | 32 | ['platform == "desktop"', { |
25 | 33 | 'dependencies': [ |
26 | 34 | 'wd_test.gyp:test_WD_hybrid', |
27 | 35 | 'wd_test.gyp:test_WD_hybrid_noWebkit', |
| 36 | + ], |
| 37 | + } ], |
| 38 | + |
| 39 | + ['platform == "desktop" and OS == "linux"', { |
| 40 | + 'dependencies': [ |
28 | 41 | 'wd_test.gyp:test_WD_hybrid_noWebkit_with_shared_libs', |
29 | 42 | ], |
30 | 43 | } ], |
31 | | - ], |
| 44 | + |
| 45 | + ], # conditions |
32 | 46 |
|
33 | 47 | }, # target_name: All |
34 | 48 | ], |
|
0 commit comments