File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 5656
5757 ['platform == "desktop"' , {
5858 'dependencies' : [
59- 'wd_test.gyp:test_WD_hybrid' ,
6059 'wd_test.gyp:test_WD_hybrid_noWebkit' ,
6160 ],
61+ 'conditions' : [
62+ ['<(WD_CONFIG_WEBKIT) == 1' , {
63+ 'dependencies' : ['wd_test.gyp:test_WD_hybrid' ]
64+ } ],
65+ ]
6266 } ],
6367
6468 ['platform == "desktop" and OS == "linux"' , {
Original file line number Diff line number Diff line change 8080 'src/webdriver/extension_qt/web_view_visualizer.cc' ,
8181 'src/webdriver/extension_qt/qwebviewext.cc' ,
8282 'src/webdriver/extension_qt/web_view_util.cc' ,
83+ 'src/webdriver/extension_qt/web_view_util.h' ,
8384 'src/webdriver/extension_qt/qwebkit_proxy.cc' ,
8485 'src/webdriver/extension_qt/qwebkit_proxy.h' ,
8586 'inc/extension_qt/qnetwork_access_manager_tracer.h' ,
You can’t perform that action at this time.
0 commit comments