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

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: BatteryStatusDispatcher => BatteryDispatcherProxy 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/metrics/histogram.h", 6 "+base/metrics/histogram.h",
7 "+base/metrics/sparse_histogram.h", 7 "+base/metrics/sparse_histogram.h",
8 "+base/synchronization/waitable_event.h", 8 "+base/synchronization/waitable_event.h",
9 "+base/memory", 9 "+base/memory",
10 "+base/sys_info.h", 10 "+base/sys_info.h",
11 "+base/time", 11 "+base/time",
12 "+base/trace_event", 12 "+base/trace_event",
13 "+base/values.h", 13 "+base/values.h",
haraken 2016/02/15 13:18:39 I wonder why you don't need to add base/message_lo
Yuki 2016/02/16 07:31:58 https://codereview.chromium.org/1538803002/diff/81
14 "+device",
14 "+mozilla", 15 "+mozilla",
15 "+platform", 16 "+platform",
16 "+public/platform", 17 "+public/platform",
17 "+skia/ext", 18 "+skia/ext",
18 "+third_party/khronos", 19 "+third_party/khronos",
19 "+third_party/skia", 20 "+third_party/skia",
20 "+ui/gfx", 21 "+ui/gfx",
21 "+url", 22 "+url",
22 "+webp", 23 "+webp",
23 "-bindings", 24 "-bindings",
24 "-core", 25 "-core",
25 "-modules", 26 "-modules",
26 ] 27 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698