| Index: third_party/WebKit/Source/devtools/devtools.gyp
|
| diff --git a/third_party/WebKit/Source/devtools/devtools.gyp b/third_party/WebKit/Source/devtools/devtools.gyp
|
| index 293980892c5023fce4054910b250e45388216e44..c89a9d3e1b6458b6563ae2b4261479b8c1acb6b9 100644
|
| --- a/third_party/WebKit/Source/devtools/devtools.gyp
|
| +++ b/third_party/WebKit/Source/devtools/devtools.gyp
|
| @@ -162,8 +162,8 @@
|
| ],
|
| 'devtools_static_files_list': '<|(devtools_static_grd_files.tmp <@(_static_files))',
|
| 'generated_files': [
|
| - '<(PRODUCT_DIR)/resources/inspector/InspectorBackendCommands.js',
|
| - '<(PRODUCT_DIR)/resources/inspector/SupportedCSSProperties.js',
|
| + '<(PRODUCT_DIR)/resources/inspector/gen/InspectorBackendCommands.js',
|
| + '<(PRODUCT_DIR)/resources/inspector/gen/SupportedCSSProperties.js',
|
| '<(PRODUCT_DIR)/resources/inspector/inspector.html',
|
| '<(PRODUCT_DIR)/resources/inspector/toolbox.html',
|
| ],
|
| @@ -201,7 +201,7 @@
|
| '<(SHARED_INTERMEDIATE_DIR)/blink/core/inspector/protocol.json',
|
| ],
|
| 'outputs': [
|
| - '<(PRODUCT_DIR)/resources/inspector/InspectorBackendCommands.js',
|
| + '<(PRODUCT_DIR)/resources/inspector/gen/InspectorBackendCommands.js',
|
| ],
|
| 'action': [
|
| 'python',
|
| @@ -226,7 +226,7 @@
|
| '../core/css/CSSProperties.in',
|
| ],
|
| 'outputs': [
|
| - '<(PRODUCT_DIR)/resources/inspector/SupportedCSSProperties.js',
|
| + '<(PRODUCT_DIR)/resources/inspector/gen/SupportedCSSProperties.js',
|
| ],
|
| 'action': [
|
| 'python',
|
| @@ -260,8 +260,8 @@
|
| '<@(all_devtools_files)',
|
| 'front_end/inspector.html',
|
| 'front_end/toolbox.html',
|
| - '<(_output_path)/InspectorBackendCommands.js',
|
| - '<(_output_path)/SupportedCSSProperties.js',
|
| + '<(_output_path)/gen/InspectorBackendCommands.js',
|
| + '<(_output_path)/gen/SupportedCSSProperties.js',
|
| ],
|
| 'action': ['python', '<@(_script_name)', 'inspector', 'toolbox', 'formatter_worker', 'heap_snapshot_worker', 'temp_storage_shared_worker', '--input_path', 'front_end', '--output_path', '<@(_output_path)', '--debug', '<@(debug_devtools)'],
|
| 'conditions': [
|
|
|