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

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

Issue 1808203005: [OnionSoup] Moving VR service from content to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reworked as per comments! Created 4 years, 9 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/files", 4 "+base/files",
5 "+base/json", 5 "+base/json",
6 "+base/location.h", 6 "+base/location.h",
7 "+base/memory", 7 "+base/memory",
8 "+base/metrics/histogram.h", 8 "+base/metrics/histogram.h",
9 "+base/metrics/sparse_histogram.h", 9 "+base/metrics/sparse_histogram.h",
10 "+base/strings/stringprintf.h", 10 "+base/strings/stringprintf.h",
(...skipping 10 matching lines...) Expand all
21 "+public/platform", 21 "+public/platform",
22 "+skia/ext", 22 "+skia/ext",
23 "+third_party/khronos", 23 "+third_party/khronos",
24 "+third_party/skia", 24 "+third_party/skia",
25 "+ui/gfx", 25 "+ui/gfx",
26 "+url", 26 "+url",
27 "+webp", 27 "+webp",
28 "-bindings", 28 "-bindings",
29 "-core", 29 "-core",
30 "-modules", 30 "-modules",
31 "+mojo/common",
31 ] 32 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698