Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 015a219a89d550964ca61df97e4a0b6ddd490224..4054cf578c378f94b73be921879a62f2c22bb180 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -1087,6 +1087,12 @@ |
'browser/ui/panels/stacked_panel_browsertest.cc', |
], |
'chrome_automation_client_lib_sources': [ |
+ '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded_automation_extension.cc', |
+ '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded_automation_extension.h', |
+ '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.cc', |
+ '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.h', |
+ '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_data_dir.cc', |
+ '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_data_dir.h', |
'test/chromedriver/chrome/adb.h', |
'test/chromedriver/chrome/adb_impl.cc', |
'test/chromedriver/chrome/adb_impl.h', |
@@ -1195,6 +1201,8 @@ |
'chrome_driver_lib_sources': [ |
'../third_party/webdriver/atoms.cc', |
'../third_party/webdriver/atoms.h', |
+ '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc', |
+ '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h', |
'common/chrome_constants.cc', |
'common/chrome_constants.h', |
'test/chromedriver/alert_commands.cc', |
@@ -1663,7 +1671,6 @@ |
], # conditions |
}, |
{ |
- # GN version: //chrome/test/chromedriver:automation_client_lib |
'target_name': 'automation_client_lib', |
'type': 'static_library', |
'hard_dependency': 1, |
@@ -1690,16 +1697,9 @@ |
}, |
'sources': [ |
'<@(chrome_automation_client_lib_sources)', |
- '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded_automation_extension.cc', |
- '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded_automation_extension.h', |
- '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.cc', |
- '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.h', |
- '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_data_dir.cc', |
- '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_data_dir.h', |
], |
'actions': [ |
{ |
- # GN version: //chrome/test/chromedriver:embed_js_in_cpp |
'action_name': 'embed_js_in_cpp', |
'inputs': [ |
'test/chromedriver/cpp_source.py', |
@@ -1729,7 +1729,6 @@ |
'message': 'Generating sources for embedding js in chromedriver', |
}, |
{ |
- # GN version: //chrome/test/chromedriver:embed_user_data_dir_in_cpp |
'action_name': 'embed_user_data_dir_in_cpp', |
'inputs': [ |
'test/chromedriver/cpp_source.py', |
@@ -1751,7 +1750,6 @@ |
'message': 'Generating sources for embedding user data dir in chromedriver', |
}, |
{ |
- # GN version: //chrome/test/chromedriver:embed_extension_in_cpp |
'action_name': 'embed_extension_in_cpp', |
'inputs': [ |
'test/chromedriver/cpp_source.py', |
@@ -1777,7 +1775,6 @@ |
'msvs_disabled_warnings': [ 4267, ], |
}, |
{ |
- # GN version: //chrome/test/chromedriver:lib |
'target_name': 'chromedriver_lib', |
'type': 'static_library', |
'hard_dependency': 1, |
@@ -1799,12 +1796,9 @@ |
], |
'sources': [ |
'<@(chrome_driver_lib_sources)', |
- '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc', |
- '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h', |
], |
'actions': [ |
{ |
- # GN version: //chrome/test/chromedriver:embed_version_in_cpp |
'action_name': 'embed_version_in_cpp', |
'inputs': [ |
'test/chromedriver/cpp_source.py', |
@@ -1842,7 +1836,6 @@ |
'msvs_disabled_warnings': [ 4267, ], |
}, |
{ |
- # GN version: //chrome/test/chromedriver |
'target_name': 'chromedriver', |
'type': 'executable', |
'dependencies': [ |
@@ -1858,7 +1851,6 @@ |
'msvs_disabled_warnings': [ 4267, ], |
}, |
{ |
- # GN version: //chrome/test/chromedriver:chromedriver_unittests |
'target_name': 'chromedriver_unittests', |
'type': 'executable', |
'dependencies': [ |
@@ -1884,7 +1876,6 @@ |
# ChromeDriver tests that aren't run on the main buildbot. Available |
# as an optional test type on trybots. |
{ |
- # GN version: //chrome/test/chromedriver:chromedriver_tests |
'target_name': 'chromedriver_tests', |
'type': 'executable', |
'dependencies': [ |