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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gyp

Issue 2253383002: [DevTools] Schema domain implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 f65c5d86bedcf8880e0eaf60fefeb5143681b8fe..ae64067707ede8608444863db6c589c19907738b 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gyp
+++ b/third_party/WebKit/Source/platform/blink_platform.gyp
@@ -211,6 +211,7 @@
'<(blink_platform_output_dir)/v8_inspector/protocol/Console.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/Meta.cpp',
'<(blink_platform_output_dir)/v8_inspector/protocol/Profiler.cpp',
'<(blink_platform_output_dir)/v8_inspector/protocol/Runtime.cpp',

Powered by Google App Engine
This is Rietveld 408576698