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