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

Unified Diff: third_party/WebKit/Source/devtools/devtools.gyp

Issue 2109243003: Introduce --remote-debugging-frontend switch for custom remote debugging front-end (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: support absolute path instead of HTTP endpoint Created 4 years, 6 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 | « third_party/WebKit/Source/devtools/BUILD.gn ('k') | third_party/WebKit/Source/devtools/devtools.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « third_party/WebKit/Source/devtools/BUILD.gn ('k') | third_party/WebKit/Source/devtools/devtools.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698