OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "-content", | 2 "-content", |
3 "+content/public", | 3 "+content/public", |
4 "+components/viz/service", | 4 "+components/viz/service", |
5 "+device/geolocation/android/geolocation_jni_registrar.h", | 5 "+device/geolocation/android/geolocation_jni_registrar.h", |
6 "+mojo/android/system/mojo_jni_registrar.h", | 6 "+mojo/android/system/mojo_jni_registrar.h", |
| 7 "+services/resource_coordinator", |
7 "+services/service_manager", | 8 "+services/service_manager", |
8 "+v8/include/v8.h", | 9 "+v8/include/v8.h", |
9 ] | 10 ] |
10 | 11 |
11 # Ensure we don't leak internal content headers through public headers. | 12 # Ensure we don't leak internal content headers through public headers. |
12 specific_include_rules = { | 13 specific_include_rules = { |
13 ".*\.(cc|mm)": [ | 14 ".*\.(cc|mm)": [ |
14 # Allow inclusion of specific components that we depend on. | 15 # Allow inclusion of specific components that we depend on. |
15 # See comment in content/DEPS for which components are allowed. | 16 # See comment in content/DEPS for which components are allowed. |
16 "+components/scheduler/renderer", | 17 "+components/scheduler/renderer", |
17 | 18 |
18 # Testing utilities can access anything in content/ | 19 # Testing utilities can access anything in content/ |
19 "+content", | 20 "+content", |
20 "+gin/v8_initializer.h", | 21 "+gin/v8_initializer.h", |
21 "+third_party/iaccessible2", | 22 "+third_party/iaccessible2", |
22 "+ui/base/resource/resource_bundle.h", | 23 "+ui/base/resource/resource_bundle.h", |
23 ], | 24 ], |
24 } | 25 } |
OLD | NEW |