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

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

Issue 2029163002: Worklets - Change inheritance heirarchy of WorkletGlobalScope (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase. Created 4 years, 6 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 7092bbd697d576e116a363b0b5938323c2fa776b..45e48dc26058a911c3173e842ffa9c08cde92f24 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -327,7 +327,6 @@
'webusb/USBIsochronousOutTransferResult.idl',
'webusb/USBOutTransferResult.idl',
'worklet/Worklet.idl',
- 'worklet/WorkletGlobalScope.idl',
],
# 'partial interface' or target (right side of) 'implements'
'modules_dependency_idl_files': [
@@ -1940,8 +1939,6 @@
'webusb/USBOutTransferResult.h',
'worklet/Worklet.cpp',
'worklet/Worklet.h',
- 'worklet/WorkletGlobalScope.cpp',
- 'worklet/WorkletGlobalScope.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/PaintWorkletTest.cpp ('k') | third_party/WebKit/Source/modules/worklet/Worklet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698