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

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

Issue 2178223002: Refactor Worklet class to use ScriptResource (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: synced to the head 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 3246796562a93811f9b1b975bebe93c2db71aa14..8c66aa317acd981a246a9e4430be09de74c852c1 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -1982,6 +1982,8 @@
'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' : [

Powered by Google App Engine
This is Rietveld 408576698