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

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

Issue 2130683002: [Experiment] purge-and-suspend Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 # To whitelist base/ stuff Blink is allowed to include, we list up all 2 # To whitelist base/ stuff Blink is allowed to include, we list up all
3 # directories and files instead of writing 'base/'. 3 # directories and files instead of writing 'base/'.
4 "+base/bind.h", 4 "+base/bind.h",
5 "+base/files", 5 "+base/files",
6 "+base/guid.h", 6 "+base/guid.h",
7 "+base/json", 7 "+base/json",
8 "+base/location.h", 8 "+base/location.h",
9 "+base/memory", 9 "+base/memory",
10 "+base/metrics/histogram.h", 10 "+base/metrics/histogram.h",
(...skipping 10 matching lines...) Expand all
21 "+base/trace_event", 21 "+base/trace_event",
22 "+base/values.h", 22 "+base/values.h",
23 "+device", 23 "+device",
24 "+gpu/GLES2", 24 "+gpu/GLES2",
25 "+mozilla", 25 "+mozilla",
26 "+platform", 26 "+platform",
27 "+public/platform", 27 "+public/platform",
28 "+skia/ext", 28 "+skia/ext",
29 "+third_party/khronos", 29 "+third_party/khronos",
30 "+third_party/skia", 30 "+third_party/skia",
31 "+third_party/zlib/google/compression_utils.h",
31 "+ui/gfx", 32 "+ui/gfx",
32 "+url", 33 "+url",
33 "+webp", 34 "+webp",
34 "-bindings", 35 "-bindings",
35 "-core", 36 "-core",
36 "-modules", 37 "-modules",
37 ] 38 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698