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

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

Issue 1538803002: Migrates battery_status from content/renderer/ to WebKit/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/json", 4 "+base/json",
5 "+base/location.h", 5 "+base/location.h",
6 "+base/memory", 6 "+base/memory",
7 "+base/sys_info.h", 7 "+base/sys_info.h",
8 "+base/time", 8 "+base/time",
9 "+base/trace_event", 9 "+base/trace_event",
10 "+base/values.h", 10 "+base/values.h",
11 "+device",
11 "+mozilla", 12 "+mozilla",
12 "+platform", 13 "+platform",
13 "+public/platform", 14 "+public/platform",
14 "+skia/ext", 15 "+skia/ext",
15 "+third_party/khronos", 16 "+third_party/khronos",
16 "+third_party/skia", 17 "+third_party/skia",
17 "+ui/gfx", 18 "+ui/gfx",
18 "+url", 19 "+url",
19 "+webp", 20 "+webp",
20 "-bindings", 21 "-bindings",
21 "-core", 22 "-core",
22 "-modules", 23 "-modules",
23 ] 24 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698