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

Unified Diff: chrome/chrome_tests.gypi

Issue 302273003: [ChromeDriver] Fix embed mobilde devices script for new Blink roll (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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/capabilities_unittest.cc » ('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 f09879c47069f57f76a83acf61f2fe29b41ca36e..f11c4afe345dcf78de95223fd54cdd228c09a32f 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -564,7 +564,7 @@
'inputs': [
'test/chromedriver/cpp_source.py',
'test/chromedriver/embed_mobile_devices_in_cpp.py',
- '../third_party/WebKit/Source/devtools/front_end/elements/OverridesView.js',
+ '../third_party/WebKit/Source/devtools/front_end/sdk/OverridesSupport.js',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/mobile_device_list.cc',
@@ -574,7 +574,7 @@
'test/chromedriver/embed_mobile_devices_in_cpp.py',
'--directory',
'<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome',
- '../third_party/WebKit/Source/devtools/front_end/elements/OverridesView.js',
+ '../third_party/WebKit/Source/devtools/front_end/sdk/OverridesSupport.js',
],
'message': 'Generating sources for embedding mobile devices in chromedriver',
},
« no previous file with comments | « no previous file | chrome/test/chromedriver/capabilities_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698