OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 # Allow inclusion of specific components that we depend on. We may only | 2 # Allow inclusion of specific components that we depend on. We may only |
3 # depend on components which we share with the mojo html_viewer. | 3 # depend on components which we share with the mojo html_viewer. |
4 "+components/scheduler/renderer", | 4 "+components/scheduler/renderer", |
5 "+components/scheduler/test", | 5 "+components/scheduler/test", |
6 | 6 |
7 "+cc/blink", | 7 "+cc/blink", |
8 "+chromeos/audio", # For WebRTC tests. | 8 "+chromeos/audio", # For WebRTC tests. |
9 # Testing utilities can access anything in content/ | 9 # Testing utilities can access anything in content/ |
10 "+content", | 10 "+content", |
11 "+device/bluetooth", # For WebBluetooth tests | 11 "+device/bluetooth", # For WebBluetooth tests |
12 # For loading V8's initial snapshot from external files. | 12 # For loading V8's initial snapshot from external files. |
13 "+gin/v8_initializer.h", | 13 "+gin/v8_initializer.h", |
14 "+media/audio", # For AudioParameters in WebRTC tests. | |
15 "+media/base", # For ChannelLayout in WebRTC tests. | |
16 "+ui/base/resource/data_pack.h", | 14 "+ui/base/resource/data_pack.h", |
17 "+ui/base/resource/resource_bundle.h", | 15 "+ui/base/resource/resource_bundle.h", |
18 "!v8/include/v8.h", | 16 "!v8/include/v8.h", |
19 ] | 17 ] |
20 | 18 |
21 specific_include_rules = { | 19 specific_include_rules = { |
22 "layouttest_support.cc": [ | 20 "layouttest_support.cc": [ |
23 "+components/test_runner", | 21 "+components/test_runner", |
24 "+content/shell/common/shell_switches.h", | 22 "+content/shell/common/shell_switches.h", |
25 ], | 23 ], |
26 } | 24 } |
OLD | NEW |