We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad207e commit c74f9c6Copy full SHA for c74f9c6
wd.gyp
@@ -56,9 +56,13 @@
56
57
['platform == "desktop"', {
58
'dependencies': [
59
- 'wd_test.gyp:test_WD_hybrid',
60
'wd_test.gyp:test_WD_hybrid_noWebkit',
61
],
+ 'conditions': [
62
+ ['<(WD_CONFIG_WEBKIT) == 1', {
63
+ 'dependencies': ['wd_test.gyp:test_WD_hybrid']
64
+ } ],
65
+ ]
66
} ],
67
68
['platform == "desktop" and OS == "linux"', {
wd_ext_qt.gyp
@@ -80,6 +80,7 @@
80
'src/webdriver/extension_qt/web_view_visualizer.cc',
81
'src/webdriver/extension_qt/qwebviewext.cc',
82
'src/webdriver/extension_qt/web_view_util.cc',
83
+ 'src/webdriver/extension_qt/web_view_util.h',
84
'src/webdriver/extension_qt/qwebkit_proxy.cc',
85
'src/webdriver/extension_qt/qwebkit_proxy.h',
86
'inc/extension_qt/qnetwork_access_manager_tracer.h',
0 commit comments