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

Unified Diff: third_party/WebKit/Source/modules/worklet/DEPS

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
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gypi ('k') | third_party/WebKit/Source/modules/worklet/Worklet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/worklet/DEPS
diff --git a/third_party/WebKit/Source/modules/worklet/DEPS b/third_party/WebKit/Source/modules/worklet/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..7b9ce8fce5feec6c421d14f857ec15432c66291a
--- /dev/null
+++ b/third_party/WebKit/Source/modules/worklet/DEPS
@@ -0,0 +1,9 @@
+include_rules = [
+ "+third_party/WebKit/Source/bindings",
+ "+third_party/WebKit/Source/core",
+ "+third_party/WebKit/Source/platform/heap",
+ "-third_party/WebKit/Source/modules",
+ "+third_party/WebKit/Source/modules/worklet",
+ "+third_party/WebKit/Source/platform",
+ "-third_party/WebKit/Source/web",
+]
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gypi ('k') | third_party/WebKit/Source/modules/worklet/Worklet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698