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

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

Issue 1696513002: DevTools: move protocol-related generators into inspector subfolder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/core/BUILD.gn ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/core.gyp
diff --git a/third_party/WebKit/Source/core/core.gyp b/third_party/WebKit/Source/core/core.gyp
index d2e2f54ebe04e89739d81095405c8d75d1a9397d..61991ecccd16e578035fe19d6881cfa946871000 100644
--- a/third_party/WebKit/Source/core/core.gyp
+++ b/third_party/WebKit/Source/core/core.gyp
@@ -62,46 +62,6 @@
'targets': [
{
- # GN version: //third_party/WebKit/Source/core/inspector:protocol_sources
- 'target_name': 'inspector_protocol_sources',
- 'type': 'none',
- 'dependencies': [
- 'generate_inspector_protocol_version'
- ],
- 'actions': [
- {
- 'action_name': 'generateInspectorProtocolBackendSources',
- 'inputs': [
- # The python script in action below.
- 'inspector/CodeGeneratorInspector.py',
- # The helper script imported by CodeGeneratorInspector.py.
- 'inspector/CodeGeneratorInspectorStrings.py',
- # Input file for the script.
- '../devtools/protocol.json',
- ],
- 'outputs': [
- '<(blink_core_output_dir)/InspectorBackendDispatcher.cpp',
- '<(blink_core_output_dir)/InspectorBackendDispatcher.h',
- '<(blink_core_output_dir)/InspectorFrontend.cpp',
- '<(blink_core_output_dir)/InspectorFrontend.h',
- '<(blink_core_output_dir)/InspectorTypeBuilder.cpp',
- '<(blink_core_output_dir)/InspectorTypeBuilder.h',
- ],
- 'variables': {
- 'generator_include_dirs': [
- ],
- },
- 'action': [
- 'python',
- 'inspector/CodeGeneratorInspector.py',
- '../devtools/protocol.json',
- '--output_dir', '<(blink_core_output_dir)',
- ],
- 'message': 'Generating Inspector protocol backend sources from protocol.json',
- },
- ]
- },
- {
# GN version: //third_party/WebKit/Source/core/inspector:instrumentation_sources
'target_name': 'inspector_instrumentation_sources',
'type': 'none',
@@ -133,35 +93,6 @@
]
},
{
- # GN version: //third_party/WebKit/Source/core/inspector:protocol_version
- 'target_name': 'generate_inspector_protocol_version',
- 'type': 'none',
- 'actions': [
- {
- 'action_name': 'generateInspectorProtocolVersion',
- 'inputs': [
- 'inspector/generate-inspector-protocol-version',
- '../devtools/protocol.json',
- ],
- 'outputs': [
- '<(blink_core_output_dir)/InspectorProtocolVersion.h',
- ],
- 'variables': {
- 'generator_include_dirs': [
- ],
- },
- 'action': [
- 'python',
- 'inspector/generate-inspector-protocol-version',
- '-o',
- '<@(_outputs)',
- '<@(_inputs)'
- ],
- 'message': 'Validate inspector protocol for backwards compatibility and generate version file',
- }
- ]
- },
- {
# GN version: //third_party/WebKit/Source/core:core_generated
'target_name': 'webcore_generated',
'type': 'static_library',
@@ -170,7 +101,6 @@
'webcore_prerequisites',
'core_generated.gyp:make_core_generated',
'inspector_instrumentation_sources',
- 'inspector_protocol_sources',
'inspector/v8/v8_inspector.gyp:injected_script_sources',
'../bindings/core/v8/generated.gyp:bindings_core_v8_generated',
# FIXME: don't depend on bindings_modules http://crbug.com/358074
@@ -231,7 +161,6 @@
'type': 'none',
'dependencies': [
'inspector_instrumentation_sources',
- 'inspector_protocol_sources',
'inspector/v8/v8_inspector.gyp:injected_script_sources',
'core_generated.gyp:make_core_generated',
'../bindings/core/v8/generated.gyp:bindings_core_v8_generated',
@@ -619,7 +548,6 @@
# webcore_generated dependency
'core_generated.gyp:make_core_generated',
'inspector_instrumentation_sources',
- 'inspector_protocol_sources',
'inspector/v8/v8_inspector.gyp:injected_script_sources',
'../bindings/core/v8/generated.gyp:bindings_core_v8_generated',
# FIXME: don't depend on bindings_modules http://crbug.com/358074
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698