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

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

Issue 2914243003: [GRC] GRC service plumbing in Blink. (Closed)
Patch Set: update Created 3 years, 6 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/bind_helpers.h", 5 "+base/bind_helpers.h",
6 "+base/callback.h", 6 "+base/callback.h",
7 "+base/callback_forward.h", 7 "+base/callback_forward.h",
8 "+base/feature_list.h",
8 "+base/files", 9 "+base/files",
9 "+base/guid.h", 10 "+base/guid.h",
10 "+base/json", 11 "+base/json",
11 "+base/location.h", 12 "+base/location.h",
12 "+base/memory", 13 "+base/memory",
13 "+base/message_loop/message_loop.h", 14 "+base/message_loop/message_loop.h",
14 "+base/metrics/histogram.h", 15 "+base/metrics/histogram.h",
15 "+base/metrics/histogram_base.h", 16 "+base/metrics/histogram_base.h",
16 "+base/metrics/histogram_macros.h", 17 "+base/metrics/histogram_macros.h",
17 "+base/metrics/histogram_samples.h", 18 "+base/metrics/histogram_samples.h",
(...skipping 24 matching lines...) Expand all
42 "+third_party/skia", 43 "+third_party/skia",
43 "+ui/gfx", 44 "+ui/gfx",
44 "+url", 45 "+url",
45 "+webp", 46 "+webp",
46 "+build/mac", 47 "+build/mac",
47 "+build/win", 48 "+build/win",
48 "-bindings", 49 "-bindings",
49 "-core", 50 "-core",
50 "-modules", 51 "-modules",
51 ] 52 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698