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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 2035653006: [DevTools] Move Console to v8 inspector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: improved api a bit Created 4 years, 6 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
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/core_generated.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0d64b99a8f67a527494bf3633d0719b790dc3ac6..008e6960270b632f822c77a82196216128e9e534 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1826,8 +1826,7 @@
'imagebitmap/ImageBitmapSource.h',
'inspector/ConsoleMessage.cpp',
'inspector/ConsoleMessage.h',
- 'inspector/ConsoleMessageStorage.cpp',
- 'inspector/ConsoleMessageStorage.h',
+ 'inspector/ConsoleTypes.h',
'inspector/DOMEditor.cpp',
'inspector/DOMEditor.h',
'inspector/DOMPatchSupport.cpp',
@@ -1845,9 +1844,6 @@
'inspector/InspectorBaseAgent.h',
'inspector/InspectorCSSAgent.cpp',
'inspector/InspectorCSSAgent.h',
- 'inspector/InspectorConsoleAgent.cpp',
- 'inspector/InspectorConsoleAgent.h',
- 'inspector/InspectorConsoleInstrumentation.h',
'inspector/InspectorDOMAgent.cpp',
'inspector/InspectorDOMDebuggerAgent.cpp',
'inspector/InspectorDOMDebuggerAgent.h',
@@ -1894,14 +1890,8 @@
'inspector/MainThreadDebugger.h',
'inspector/NetworkResourcesData.cpp',
'inspector/NetworkResourcesData.h',
- 'inspector/PageConsoleAgent.cpp',
- 'inspector/PageConsoleAgent.h',
- 'inspector/ScriptArguments.cpp',
- 'inspector/ScriptArguments.h',
'inspector/ThreadDebugger.cpp',
'inspector/ThreadDebugger.h',
- 'inspector/WorkerConsoleAgent.cpp',
- 'inspector/WorkerConsoleAgent.h',
'inspector/WorkerInspectorController.cpp',
'inspector/WorkerInspectorController.h',
'inspector/WorkerThreadDebugger.cpp',
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/core_generated.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698