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

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

Issue 2262483003: Worklet: Move common worklet code from modules/worklet to core/workers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove modules/worklet directory Created 4 years, 4 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 e9dd040987d11e5ad49cc6554fdc86dab7d974a8..31ab244ea9b0175f7a61df3b01b814c5c36beda3 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -333,7 +333,6 @@
'webusb/USBIsochronousOutTransferPacket.idl',
'webusb/USBIsochronousOutTransferResult.idl',
'webusb/USBOutTransferResult.idl',
- 'worklet/Worklet.idl',
],
# 'partial interface' or target (right side of) 'implements'
'modules_dependency_idl_files': [
@@ -1995,11 +1994,6 @@
'webusb/USBIsochronousOutTransferPacket.h',
'webusb/USBIsochronousOutTransferResult.h',
'webusb/USBOutTransferResult.h',
- 'worklet/ThreadedWorkletGlobalScopeProxy.h',
- 'worklet/Worklet.cpp',
- 'worklet/Worklet.h',
- 'worklet/WorkletScriptLoader.cpp',
- 'worklet/WorkletScriptLoader.h',
],
# 'partial interface' or target (right side of) 'implements'
'modules_testing_dependency_idl_files' : [
« no previous file with comments | « third_party/WebKit/Source/modules/csspaint/PaintWorklet.h ('k') | third_party/WebKit/Source/modules/worklet/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698