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 19b88afcc67369d8848381713ff18c648559e489..003b5e97884e0b43d5510423a261c3d72374bf7d 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', |
@@ -1787,7 +1779,6 @@ |
'imagebitmap/ImageBitmapSource.cpp', |
'imagebitmap/ImageBitmapSource.h', |
'inspector/AsyncOperationMap.h', |
- 'inspector/ConsoleAPITypes.h', |
'inspector/ConsoleMessage.cpp', |
'inspector/ConsoleMessage.h', |
'inspector/ConsoleMessageStorage.cpp', |
@@ -2174,8 +2165,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', |
@@ -2230,8 +2219,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', |