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

Side by Side Diff: third_party/WebKit/Source/modules/csspaint/DEPS

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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+third_party/WebKit/Source/bindings", 2 "+third_party/WebKit/Source/bindings",
3 "+third_party/WebKit/Source/core", 3 "+third_party/WebKit/Source/core",
4 "+third_party/WebKit/Source/platform/heap", 4 "+third_party/WebKit/Source/platform/heap",
5 "-third_party/WebKit/Source/modules", 5 "-third_party/WebKit/Source/modules",
6 "+third_party/WebKit/Source/modules/csspaint", 6 "+third_party/WebKit/Source/modules/csspaint",
7 "+third_party/WebKit/Source/modules/worklet",
8 "+third_party/WebKit/Source/platform", 7 "+third_party/WebKit/Source/platform",
9 "-third_party/WebKit/Source/web", 8 "-third_party/WebKit/Source/web",
10 ] 9 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/compositorworker/DEPS ('k') | third_party/WebKit/Source/modules/csspaint/PaintWorklet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698