blob: fb2a8f80d74fc66cc8ddd59521b3f3942308620d (
plain)
| 1
2
3
4
5
6
7
8
9
 | include_rules = [
  # Testing utilities can access anything in content/
  "+content",
  "+media/audio", # For AudioParameters in WebRTC tests.
  "+media/base",  # For ChannelLayout in WebRTC tests.
  "+ui/base/resource/data_pack.h",
  "+ui/base/resource/resource_bundle.h",
  "!v8/include/v8.h",
]
 |