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

Unified Diff: third_party/WebKit/Source/platform/inspector_protocol/protocol.gyp

Issue 2012753003: DevTools: consolidate protocol generators for front-end, backend and type builder. (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
Index: third_party/WebKit/Source/platform/inspector_protocol/protocol.gyp
diff --git a/third_party/WebKit/Source/platform/inspector_protocol/protocol.gyp b/third_party/WebKit/Source/platform/inspector_protocol/protocol.gyp
index 82a9c4512ac8c76f8ade517538b7d7875af50b30..88fbca013546dc1fab64fe8f64ec88a2ac6eec2c 100644
--- a/third_party/WebKit/Source/platform/inspector_protocol/protocol.gyp
+++ b/third_party/WebKit/Source/platform/inspector_protocol/protocol.gyp
@@ -29,20 +29,10 @@
'CodeGenerator.py',
# Input files for the script.
'../../devtools/protocol.json',
- 'Backend_h.template',
- 'Dispatcher_h.template',
- 'Dispatcher_cpp.template',
- 'Frontend_h.template',
- 'Frontend_cpp.template',
'TypeBuilder_h.template',
'TypeBuilder_cpp.template',
],
'outputs': [
- '<(blink_platform_output_dir)/inspector_protocol/Backend.h',
- '<(blink_platform_output_dir)/inspector_protocol/Dispatcher.cpp',
- '<(blink_platform_output_dir)/inspector_protocol/Dispatcher.h',
- '<(blink_platform_output_dir)/inspector_protocol/Frontend.cpp',
- '<(blink_platform_output_dir)/inspector_protocol/Frontend.h',
'<(blink_platform_output_dir)/inspector_protocol/TypeBuilder.cpp',
'<(blink_platform_output_dir)/inspector_protocol/TypeBuilder.h',
],

Powered by Google App Engine
This is Rietveld 408576698