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

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

Issue 2025953002: DevTools: generate class-per domain for remote debugging protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « 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 979fe2e1c808bd84218f9dd895d24452d4e66550..1846e60300c094caae5f0f13fe38143d02a1de5a 100644
--- a/third_party/WebKit/Source/core/core.gyp
+++ b/third_party/WebKit/Source/core/core.gyp
@@ -62,37 +62,6 @@
'targets': [
{
- # GN version: //third_party/WebKit/Source/core/inspector:instrumentation_sources
- 'target_name': 'inspector_instrumentation_sources',
- 'type': 'none',
- 'dependencies': [],
- 'actions': [
- {
- 'action_name': 'generateInspectorInstrumentation',
- 'inputs': [
- # The python script in action below.
- 'inspector/CodeGeneratorInstrumentation.py',
- # Input file for the script.
- 'inspector/InspectorInstrumentation.idl',
- ],
- 'outputs': [
- '<(blink_core_output_dir)/InspectorConsoleInstrumentationInl.h',
- '<(blink_core_output_dir)/InspectorInstrumentationInl.h',
- '<(blink_core_output_dir)/InspectorOverridesInl.h',
- '<(blink_core_output_dir)/InstrumentingAgents.h',
- '<(blink_core_output_dir)/InspectorInstrumentationImpl.cpp',
- ],
- 'action': [
- 'python',
- 'inspector/CodeGeneratorInstrumentation.py',
- 'inspector/InspectorInstrumentation.idl',
- '--output_dir', '<(blink_core_output_dir)',
- ],
- 'message': 'Generating Inspector instrumentation code from InspectorInstrumentation.idl',
- }
- ]
- },
- {
# GN version: //third_party/WebKit/Source/core:core_generated
'target_name': 'webcore_generated',
'type': 'static_library',
@@ -100,7 +69,8 @@
'dependencies': [
'webcore_prerequisites',
'core_generated.gyp:make_core_generated',
- 'inspector_instrumentation_sources',
+ 'inspector/inspector.gyp:instrumentation_sources',
+ 'inspector/inspector.gyp:protocol_sources',
'../bindings/core/v8/generated.gyp:bindings_core_v8_generated',
# FIXME: don't depend on bindings_modules http://crbug.com/358074
'../bindings/modules/generated.gyp:modules_event_generated',
@@ -158,7 +128,8 @@
'target_name': 'webcore_prerequisites',
'type': 'none',
'dependencies': [
- 'inspector_instrumentation_sources',
+ 'inspector/inspector.gyp:instrumentation_sources',
+ 'inspector/inspector.gyp:protocol_sources',
'core_generated.gyp:make_core_generated',
'../bindings/core/v8/generated.gyp:bindings_core_v8_generated',
# FIXME: don't depend on bindings_modules http://crbug.com/358074
@@ -526,7 +497,8 @@
# webcore_generated dependency
'core_generated.gyp:make_core_generated',
- 'inspector_instrumentation_sources',
+ 'inspector/inspector.gyp:instrumentation_sources',
+ 'inspector/inspector.gyp:protocol_sources',
'../bindings/core/v8/generated.gyp:bindings_core_v8_generated',
# FIXME: don't depend on bindings_modules http://crbug.com/358074
'../bindings/modules/generated.gyp:modules_event_generated',
« 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