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

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: rebased 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 7592bed873ecdf87568fd8a5991326015ec52a62..749b50c01689069a4273e9c30e2c4888fdd0bd88 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',
@@ -1687,10 +1683,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',
@@ -1795,7 +1787,6 @@
'imagebitmap/ImageBitmapFactories.h',
'imagebitmap/ImageBitmapSource.cpp',
'imagebitmap/ImageBitmapSource.h',
- 'inspector/ConsoleAPITypes.h',
'inspector/ConsoleMessage.cpp',
'inspector/ConsoleMessage.h',
'inspector/ConsoleMessageStorage.cpp',
@@ -2190,8 +2181,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',
@@ -2255,8 +2244,6 @@
'workers/WorkerBackingThread.cpp',
'workers/WorkerBackingThread.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