OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
| 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. |
| 4 "+components/scheduler/renderer", |
| 5 |
2 "+cc/blink", | 6 "+cc/blink", |
3 "+chromeos/audio", # For WebRTC tests. | 7 "+chromeos/audio", # For WebRTC tests. |
4 # Testing utilities can access anything in content/ | 8 # Testing utilities can access anything in content/ |
5 "+content", | 9 "+content", |
6 # For loading V8's initial snapshot from external files. | 10 # For loading V8's initial snapshot from external files. |
7 "+gin/v8_initializer.h", | 11 "+gin/v8_initializer.h", |
8 "+media/audio", # For AudioParameters in WebRTC tests. | 12 "+media/audio", # For AudioParameters in WebRTC tests. |
9 "+media/base", # For ChannelLayout in WebRTC tests. | 13 "+media/base", # For ChannelLayout in WebRTC tests. |
10 "+ui/base/resource/data_pack.h", | 14 "+ui/base/resource/data_pack.h", |
11 "+ui/base/resource/resource_bundle.h", | 15 "+ui/base/resource/resource_bundle.h", |
12 "!v8/include/v8.h", | 16 "!v8/include/v8.h", |
13 ] | 17 ] |
OLD | NEW |