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

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: Updated 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 13 matching lines...) Expand all
24 "+device", 24 "+device",
25 "+gpu/GLES2", 25 "+gpu/GLES2",
26 "+mojo/public", 26 "+mojo/public",
27 "+mozilla", 27 "+mozilla",
28 "+platform", 28 "+platform",
29 "+public/platform", 29 "+public/platform",
30 "+skia/ext", 30 "+skia/ext",
31 "+third_party/ced/src/compact_enc_det/compact_enc_det.h", 31 "+third_party/ced/src/compact_enc_det/compact_enc_det.h",
32 "+third_party/khronos", 32 "+third_party/khronos",
33 "+third_party/skia", 33 "+third_party/skia",
34 "+third_party/zlib/google/compression_utils.h",
34 "+ui/gfx", 35 "+ui/gfx",
35 "+url", 36 "+url",
36 "+webp", 37 "+webp",
37 "-bindings", 38 "-bindings",
38 "-core", 39 "-core",
39 "-modules", 40 "-modules",
40 ] 41 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698