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

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

Issue 1535943005: Initial implementation of bindings and basic classes for worklets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: absolute paths for DEPS file. Created 4 years, 11 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 349ebd0b3ffe63986ea4c87a90da598409e7c43c..5935006bbb3a39d447e84477cd95ce329b710190 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -310,6 +310,8 @@
'webusb/USBInTransferResult.idl',
'webusb/USBInterface.idl',
'webusb/USBOutTransferResult.idl',
+ 'worklet/Worklet.idl',
+ 'worklet/WorkletGlobalScope.idl',
],
# 'partial interface' or target (right side of) 'implements'
'modules_dependency_idl_files': [
@@ -1828,6 +1830,10 @@
'webusb/USBInterface.cpp',
'webusb/USBInterface.h',
'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/core/workers/WorkerOrWorkletGlobalScope.h ('k') | third_party/WebKit/Source/modules/worklet/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698