| 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", |
| 21 "+device/screen_orientation/public/interfaces", | 23 "+device/screen_orientation/public/interfaces", |
| 22 "+device/sensors/public", | 24 "+device/sensors/public", |
| 23 "+device/usb/public", | 25 "+device/usb/public", |
| 24 "+gin", | 26 "+gin", |
| 25 "+jingle/glue", | 27 "+jingle/glue", |
| 26 "+mojo", | 28 "+mojo", |
| 27 "+services", | 29 "+services", |
| 28 "-storage/browser", | 30 "-storage/browser", |
| 29 "+third_party/hyphen/hyphen.h", | 31 "+third_party/hyphen/hyphen.h", |
| 30 "+third_party/webrtc_overrides", | 32 "+third_party/webrtc_overrides", |
| 31 "+v8/include", | 33 "+v8/include", |
| 32 "+v8/src/third_party/vtune", | 34 "+v8/src/third_party/vtune", |
| 33 ] | 35 ] |
| 34 | 36 |
| 35 specific_include_rules = { | 37 specific_include_rules = { |
| 36 '.*_[a-z]*browsertest.*': [ | 38 '.*_[a-z]*browsertest.*': [ |
| 37 "+content/public/browser", | 39 "+content/public/browser", |
| 38 "+content/shell", | 40 "+content/shell", |
| 39 ], | 41 ], |
| 40 "render_thread_impl_browsertest\.cc": [ | 42 "render_thread_impl_browsertest\.cc": [ |
| 41 "+content/app/mojo/mojo_init.h", | 43 "+content/app/mojo/mojo_init.h", |
| 42 ], | 44 ], |
| 43 "render_thread_impl_discardable_memory_browsertest\.cc": [ | 45 "render_thread_impl_discardable_memory_browsertest\.cc": [ |
| 44 "+components/discardable_memory/service", | 46 "+components/discardable_memory/service", |
| 45 "+content/browser/browser_main_loop.h", | 47 "+content/browser/browser_main_loop.h", |
| 46 ], | 48 ], |
| 47 } | 49 } |
| OLD | NEW |