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

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

Issue 1859293002: [DevTools] Move Console to v8_inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added missing tests 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/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 23c88c78422b92c6ca953daf3cba129929803e7d..3047cf79583b80bc329bbf2f6e28f98dcaa9d351 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -325,7 +325,6 @@
'webusb/USBIsochronousOutTransferResult.idl',
'webusb/USBOutTransferResult.idl',
'worklet/Worklet.idl',
- 'worklet/WorkletConsole.idl',
'worklet/WorkletGlobalScope.idl',
],
# 'partial interface' or target (right side of) 'implements'
@@ -1914,8 +1913,6 @@
'webusb/USBOutTransferResult.h',
'worklet/Worklet.cpp',
'worklet/Worklet.h',
- 'worklet/WorkletConsole.cpp',
- 'worklet/WorkletConsole.h',
'worklet/WorkletGlobalScope.cpp',
'worklet/WorkletGlobalScope.h',
],

Powered by Google App Engine
This is Rietveld 408576698