OLD | NEW |
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/metrics", | 5 "+components/metrics", |
6 "+components/metrics:single_sample_metrics", | 6 "+components/metrics:single_sample_metrics", |
7 "+components/payments", | 7 "+components/payments", |
8 "+components/scheduler", | 8 "+components/scheduler", |
9 "+components/ukm/public", | 9 "+components/ukm/public", |
10 "+components/url_formatter", | 10 "+components/url_formatter", |
11 "+components/variations", | 11 "+components/variations", |
12 "+components/viz/client", | 12 "+components/viz/client", |
13 | 13 |
14 "+cc/blink", | 14 "+cc/blink", |
15 "+content/public/child", | 15 "+content/public/child", |
16 "+content/public/renderer", | 16 "+content/public/renderer", |
17 "+content/child", | 17 "+content/child", |
18 "+device/base/synchronization", | 18 "+device/base/synchronization", |
19 "+device/gamepad/public/cpp", | 19 "+device/gamepad/public/cpp", |
20 "+device/gamepad/public/interfaces", | 20 "+device/gamepad/public/interfaces", |
21 "+device/generic_sensor/public/cpp", | |
22 "+device/generic_sensor/public/interfaces", | |
23 "+device/screen_orientation/public/interfaces", | 21 "+device/screen_orientation/public/interfaces", |
24 "+device/sensors/public", | 22 "+device/sensors/public", |
25 "+device/usb/public", | 23 "+device/usb/public", |
26 "+gin", | 24 "+gin", |
27 "+jingle/glue", | 25 "+jingle/glue", |
28 "+mojo", | 26 "+mojo", |
29 "+services", | 27 "+services", |
30 "-storage/browser", | 28 "-storage/browser", |
31 "+third_party/hyphen/hyphen.h", | 29 "+third_party/hyphen/hyphen.h", |
32 "+third_party/webrtc_overrides", | 30 "+third_party/webrtc_overrides", |
33 "+v8/include", | 31 "+v8/include", |
34 "+v8/src/third_party/vtune", | 32 "+v8/src/third_party/vtune", |
35 ] | 33 ] |
36 | 34 |
37 specific_include_rules = { | 35 specific_include_rules = { |
38 '.*_[a-z]*browsertest.*': [ | 36 '.*_[a-z]*browsertest.*': [ |
39 "+content/public/browser", | 37 "+content/public/browser", |
40 "+content/shell", | 38 "+content/shell", |
41 ], | 39 ], |
42 "render_thread_impl_browsertest\.cc": [ | 40 "render_thread_impl_browsertest\.cc": [ |
43 "+content/app/mojo/mojo_init.h", | 41 "+content/app/mojo/mojo_init.h", |
44 ], | 42 ], |
45 "render_thread_impl_discardable_memory_browsertest\.cc": [ | 43 "render_thread_impl_discardable_memory_browsertest\.cc": [ |
46 "+components/discardable_memory/service", | 44 "+components/discardable_memory/service", |
47 "+content/browser/browser_main_loop.h", | 45 "+content/browser/browser_main_loop.h", |
48 ], | 46 ], |
49 } | 47 } |
OLD | NEW |