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

Unified Diff: chrome/chrome_tests.gypi

Issue 385753002: [chromedriver] Generate mobile devices list from OverridesUI.js. (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/embed_mobile_devices_in_cpp.py » ('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 1fd051d5ef471687e55f8f6f4c6e2767a94939ab..e952415081e9c5df686146ea44c0e4c093411f58 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -565,7 +565,7 @@
'inputs': [
'test/chromedriver/cpp_source.py',
'test/chromedriver/embed_mobile_devices_in_cpp.py',
- '../third_party/WebKit/Source/devtools/front_end/sdk/OverridesSupport.js',
+ '../third_party/WebKit/Source/devtools/front_end/toolbox/OverridesUI.js',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/mobile_device_list.cc',
@@ -575,7 +575,7 @@
'test/chromedriver/embed_mobile_devices_in_cpp.py',
'--directory',
'<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome',
- '../third_party/WebKit/Source/devtools/front_end/sdk/OverridesSupport.js',
+ '../third_party/WebKit/Source/devtools/front_end/toolbox/OverridesUI.js',
],
'message': 'Generating sources for embedding mobile devices in chromedriver',
},
« no previous file with comments | « no previous file | chrome/test/chromedriver/embed_mobile_devices_in_cpp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698