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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.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
Index: third_party/WebKit/Source/platform/blink_platform.gyp
diff --git a/third_party/WebKit/Source/platform/blink_platform.gyp b/third_party/WebKit/Source/platform/blink_platform.gyp
index 1b9e3e952a8b3c2d4577fcd9d664699acacbf0ea..0a717732347c36756e8ee79efc9dfa43dd942087 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gyp
+++ b/third_party/WebKit/Source/platform/blink_platform.gyp
@@ -205,7 +205,10 @@
'<(blink_platform_output_dir)/RuntimeEnabledFeatures.h',
# Additional .cpp files from the protocol_sources list.
- '<(blink_platform_output_dir)/inspector_protocol/TypeBuilder.cpp',
+ '<(blink_platform_output_dir)/v8_inspector/protocol/Debugger.cpp',
+ '<(blink_platform_output_dir)/v8_inspector/protocol/HeapProfiler.cpp',
+ '<(blink_platform_output_dir)/v8_inspector/protocol/Profiler.cpp',
+ '<(blink_platform_output_dir)/v8_inspector/protocol/Runtime.cpp',
# Additional .cpp files from the v8_inspector.
'<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h',
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/inspector_protocol/CodeGenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698