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

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

Issue 1967933002: [DevTools] Dispatch messages to V8InspectorSession directly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@1936593002
Patch Set: rebased 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.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index cff54ed62efb1c2976ab1259265a06cb282af44a..7a92323db946d3e8b22a8488bc0f42750d502533 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -1099,13 +1099,9 @@
'v8_inspector/public/V8ContentSearchUtil.h',
'v8_inspector/public/V8ContextInfo.h',
'v8_inspector/public/V8Debugger.h',
- 'v8_inspector/public/V8DebuggerAgent.h',
'v8_inspector/public/V8DebuggerClient.h',
- 'v8_inspector/public/V8HeapProfilerAgent.h',
'v8_inspector/public/V8InspectorSession.h',
'v8_inspector/public/V8InspectorSessionClient.h',
- 'v8_inspector/public/V8ProfilerAgent.h',
- 'v8_inspector/public/V8RuntimeAgent.h',
'v8_inspector/public/V8StackTrace.h',
'v8_inspector/public/V8ToProtocolValue.h',
'web_memory_allocator_dump_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698