summaryrefslogtreecommitdiffstats
path: root/content/test/DEPS
blob: 9c61f8f23e1f1a70acd6f099c6b4205519360c67 (plain)
1
2
3
4
5
6
7
8
include_rules = [
  # Testing utilities can access anything in content/
  "+content",
  "+media/base",  # For ChannelLayout in WebRTC tests.
  "+ui/aura/test/test_aura_initializer.h",
  "+ui/base/resource/data_pack.h",
  "+ui/base/resource/resource_bundle.h",
]