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/leveldb", | 4 "+components/leveldb", |
5 "+components/scheduler/renderer", | 5 "+components/scheduler/renderer", |
6 "+components/scheduler/test", | 6 "+components/scheduler/test", |
7 | 7 |
8 "+cc/blink", | 8 "+cc/blink", |
9 "+chromeos/audio", # For WebRTC tests. | 9 "+chromeos/audio", # For WebRTC tests. |
10 # Testing utilities can access anything in content/ | 10 # Testing utilities can access anything in content/ |
11 "+content", | 11 "+content", |
12 "+device/bluetooth", # For WebBluetooth tests | 12 "+device/bluetooth", # For WebBluetooth tests |
13 "+device/gamepad/public/cpp", | 13 "+device/gamepad/public/cpp", |
| 14 "+device/generic_sensor/public/cpp", |
| 15 "+device/generic_sensor/public/interfaces", |
14 "+device/sensors/public/cpp", | 16 "+device/sensors/public/cpp", |
15 # For loading V8's initial snapshot from external files. | 17 # For loading V8's initial snapshot from external files. |
16 "+gin/v8_initializer.h", | 18 "+gin/v8_initializer.h", |
17 "+services/catalog", | 19 "+services/catalog", |
18 "+ui/base/resource/data_pack.h", | 20 "+ui/base/resource/data_pack.h", |
19 "+ui/base/resource/resource_bundle.h", | 21 "+ui/base/resource/resource_bundle.h", |
20 "!v8/include/v8.h", | 22 "!v8/include/v8.h", |
21 ] | 23 ] |
22 | 24 |
23 specific_include_rules = { | 25 specific_include_rules = { |
24 "layouttest_support.cc": [ | 26 "layouttest_support.cc": [ |
25 "+content/shell/test_runner", | 27 "+content/shell/test_runner", |
26 "+content/shell/common/shell_switches.h", | 28 "+content/shell/common/shell_switches.h", |
27 "+services/ui/public/cpp/gpu", | 29 "+services/ui/public/cpp/gpu", |
28 ], | 30 ], |
29 } | 31 } |
OLD | NEW |