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

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: use closures + make safe 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/memory", 2 "+base",
kinuko 2015/12/18 15:21:30 This worries me a bit-- the onion soup doc says ba
haraken 2015/12/18 15:30:44 I'd prefer whitelisting header files. Elliott?
Justin Novosad 2015/12/18 15:53:44 Acknowledged.
3 "+base/trace_event",
4 "+mozilla", 3 "+mozilla",
5 "+platform", 4 "+platform",
6 "+public/platform", 5 "+public/platform",
7 "+skia/ext", 6 "+skia/ext",
8 "+third_party/khronos", 7 "+third_party/khronos",
9 "+third_party/skia", 8 "+third_party/skia",
10 "+ui/gfx/geometry", 9 "+ui/gfx/geometry",
11 "+url", 10 "+url",
12 "+webp", 11 "+webp",
13 "-bindings", 12 "-bindings",
14 "-core", 13 "-core",
15 "-modules", 14 "-modules",
16 ] 15 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698