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

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: 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/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 394bb18503e8a8609a70622cc2ea6a6b5b3c46b5..ee785d917b6b2707a9938a585d688145265e0ced 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'
@@ -1924,8 +1923,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