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

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

Issue 1859293002: [DevTools] Move Console to v8_inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 689b18f422c2e9e2c60087da3b57f6a088d8fdea..e03fc34825ca7808a229fbfa7ca72d63d98be472 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -158,8 +158,6 @@
'fileapi/FileReader.idl',
'fileapi/FileReaderSync.idl',
'frame/BarProp.idl',
- 'frame/Console.idl',
- 'frame/ConsoleBase.idl',
'frame/History.idl',
'frame/ImageBitmap.idl',
'frame/Location.idl',
@@ -384,7 +382,6 @@
'timing/WorkerPerformance.idl',
'workers/SharedWorker.idl',
'workers/Worker.idl',
- 'workers/WorkerConsole.idl',
'workers/WorkerLocation.idl',
'xml/DOMParser.idl',
'xml/XMLSerializer.idl',
@@ -449,7 +446,6 @@
'svg/SVGTests.idl',
'svg/SVGURIReference.idl',
'svg/SVGZoomAndPan.idl',
- 'timing/ConsoleMemory.idl',
'timing/SharedWorkerPerformance.idl',
'timing/WindowPerformance.idl',
'timing/WorkerGlobalScopePerformance.idl',
@@ -1678,10 +1674,6 @@
'fileapi/FileReaderSync.h',
'frame/BarProp.cpp',
'frame/BarProp.h',
- 'frame/Console.cpp',
- 'frame/Console.h',
- 'frame/ConsoleBase.cpp',
- 'frame/ConsoleBase.h',
'frame/DOMTimer.cpp',
'frame/DOMTimer.h',
'frame/DOMTimerCoordinator.cpp',
@@ -2175,8 +2167,6 @@
'streams/UnderlyingSource.h',
'streams/UnderlyingSourceBase.h',
'streams/UnderlyingSourceBase.cpp',
- 'timing/ConsoleMemory.cpp',
- 'timing/ConsoleMemory.h',
'timing/DOMWindowPerformance.cpp',
'timing/DOMWindowPerformance.h',
'timing/MemoryInfo.cpp',
@@ -2231,8 +2221,6 @@
'workers/Worker.cpp',
'workers/Worker.h',
'workers/WorkerClients.h',
- 'workers/WorkerConsole.cpp',
- 'workers/WorkerConsole.h',
'workers/WorkerEventQueue.cpp',
'workers/WorkerEventQueue.h',
'workers/WorkerGlobalScope.cpp',

Powered by Google App Engine
This is Rietveld 408576698