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

Unified Diff: third_party/WebKit/Source/core/core.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/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index f4b71e5675c495753d60000002133f6478a5626c..6de78a8c9af921c37d87dee26024a4ab794b82ea 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1831,10 +1831,6 @@
'inspector/InspectorDOMAgent.cpp',
'inspector/InspectorDOMDebuggerAgent.cpp',
'inspector/InspectorDOMDebuggerAgent.h',
- 'inspector/InspectorDebuggerAgent.cpp',
- 'inspector/InspectorDebuggerAgent.h',
- 'inspector/InspectorHeapProfilerAgent.cpp',
- 'inspector/InspectorHeapProfilerAgent.h',
'inspector/InspectorHighlight.cpp',
'inspector/InspectorHighlight.h',
'inspector/InspectorHistory.cpp',
@@ -1852,16 +1848,12 @@
'inspector/InspectorOverlayHost.h',
'inspector/InspectorPageAgent.cpp',
'inspector/InspectorPageAgent.h',
- 'inspector/InspectorProfilerAgent.cpp',
- 'inspector/InspectorProfilerAgent.h',
'inspector/InspectorResourceAgent.cpp',
'inspector/InspectorResourceAgent.h',
'inspector/InspectorResourceContainer.cpp',
'inspector/InspectorResourceContainer.h',
'inspector/InspectorResourceContentLoader.cpp',
'inspector/InspectorResourceContentLoader.h',
- 'inspector/InspectorRuntimeAgent.cpp',
- 'inspector/InspectorRuntimeAgent.h',
'inspector/InspectorSession.cpp',
'inspector/InspectorSession.h',
'inspector/InspectorStyleSheet.cpp',

Powered by Google App Engine
This is Rietveld 408576698