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

Side by Side Diff: content/renderer/DEPS

Issue 2564653003: [DeviceService] Move screen_orientation.mojom from //content to //device. (Closed)
Patch Set: Move screen_orientation_lock_types.mojom from blink into //device Created 4 years 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 # Allow inclusion of specific components that we depend on. 2 # Allow inclusion of specific components that we depend on.
3 # See comment in content/DEPS for which components are allowed. 3 # See comment in content/DEPS for which components are allowed.
4 "+components/discardable_memory/client", 4 "+components/discardable_memory/client",
5 "+components/scheduler", 5 "+components/scheduler",
6 "+components/url_formatter", 6 "+components/url_formatter",
7 7
8 "+cc/blink", 8 "+cc/blink",
9 "+content/public/child", 9 "+content/public/child",
10 "+content/public/renderer", 10 "+content/public/renderer",
11 "+content/child", 11 "+content/child",
12 "+device/battery", # For battery status service. 12 "+device/battery", # For battery status service.
13 "+device/base/synchronization", 13 "+device/base/synchronization",
14 "+device/gamepad/public/interfaces", 14 "+device/gamepad/public/interfaces",
15 "+device/screen_orientation/public/interfaces",
15 "+device/sensors/public", 16 "+device/sensors/public",
16 "+device/time_zone_monitor/public", 17 "+device/time_zone_monitor/public",
17 "+device/usb/public", 18 "+device/usb/public",
18 "+device/vibration", 19 "+device/vibration",
19 "+gin", 20 "+gin",
20 "+jingle/glue", 21 "+jingle/glue",
21 "+mojo", 22 "+mojo",
22 "+services", 23 "+services",
23 "-storage/browser", 24 "-storage/browser",
24 "+third_party/hyphen/hyphen.h", 25 "+third_party/hyphen/hyphen.h",
25 "+third_party/libjingle", 26 "+third_party/libjingle",
26 "+v8/include", 27 "+v8/include",
27 "+v8/src/third_party/vtune", 28 "+v8/src/third_party/vtune",
28 ] 29 ]
29 30
30 specific_include_rules = { 31 specific_include_rules = {
31 '.*_[a-z]*browsertest.*': [ 32 '.*_[a-z]*browsertest.*': [
32 "+content/public/browser", 33 "+content/public/browser",
33 "+content/shell", 34 "+content/shell",
34 ], 35 ],
35 "render_thread_impl_browsertest\.cc": [ 36 "render_thread_impl_browsertest\.cc": [
36 "+content/app/mojo/mojo_init.h", 37 "+content/app/mojo/mojo_init.h",
37 ], 38 ],
38 "render_thread_impl_discardable_memory_browsertest\.cc": [ 39 "render_thread_impl_discardable_memory_browsertest\.cc": [
39 "+components/discardable_memory/service", 40 "+components/discardable_memory/service",
40 ], 41 ],
41 } 42 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698