| 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',
|
| },
|
|
|