Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2329)

Unified Diff: chrome/chrome_tests.gypi

Issue 390513002: [chromedriver] Hardcode mobile devices list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome/mobile_device_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 9b81f9533e19a2aa6f131850c14f8c2b5a9e6802..99f0521771256ccafc481c55f2cbd967395dbdb1 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -404,8 +404,6 @@
'<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_data_dir.h',
'<(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/mobile_device_list.cc',
- '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/mobile_device_list.h',
'test/chromedriver/chrome/adb.h',
'test/chromedriver/chrome/adb_impl.cc',
'test/chromedriver/chrome/adb_impl.h',
@@ -453,6 +451,8 @@
'test/chromedriver/chrome/log.cc',
'test/chromedriver/chrome/mobile_device.cc',
'test/chromedriver/chrome/mobile_device.h',
+ 'test/chromedriver/chrome/mobile_device_list.cc',
+ 'test/chromedriver/chrome/mobile_device_list.h',
'test/chromedriver/chrome/mobile_emulation_override_manager.cc',
'test/chromedriver/chrome/mobile_emulation_override_manager.h',
'test/chromedriver/chrome/navigation_tracker.cc',
@@ -560,25 +560,6 @@
],
'message': 'Generating sources for embedding automation extension',
},
- {
- 'action_name': 'embed_mobile_devices_in_cpp',
- 'inputs': [
- 'test/chromedriver/cpp_source.py',
- 'test/chromedriver/embed_mobile_devices_in_cpp.py',
- '../third_party/WebKit/Source/devtools/front_end/toolbox/OverridesUI.js',
- ],
- 'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/mobile_device_list.cc',
- '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/mobile_device_list.h',
- ],
- 'action': [ 'python',
- 'test/chromedriver/embed_mobile_devices_in_cpp.py',
- '--directory',
- '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome',
- '../third_party/WebKit/Source/devtools/front_end/toolbox/OverridesUI.js',
- ],
- 'message': 'Generating sources for embedding mobile devices in chromedriver',
- },
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome/mobile_device_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698