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

Side by Side Diff: third_party/WebKit/Source/platform/DEPS

Issue 1519863002: Expose WorkerPool to blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: onion soupification Created 5 years 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 "+base",
danakj 2015/12/16 19:41:58 if you're adding base/ you can remove the base/foo
2 "+base/memory", 3 "+base/memory",
4 "+base/threading",
3 "+base/trace_event", 5 "+base/trace_event",
4 "+mozilla", 6 "+mozilla",
5 "+platform", 7 "+platform",
6 "+public/platform", 8 "+public/platform",
7 "+skia/ext", 9 "+skia/ext",
8 "+third_party/khronos", 10 "+third_party/khronos",
9 "+third_party/skia", 11 "+third_party/skia",
10 "+ui/gfx/geometry", 12 "+ui/gfx/geometry",
11 "+url", 13 "+url",
12 "+webp", 14 "+webp",
13 "-bindings", 15 "-bindings",
14 "-core", 16 "-core",
15 "-modules", 17 "-modules",
16 ] 18 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/BackgroundTaskTest.cpp ('k') | third_party/WebKit/Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698