blob: ebd271499819a706fc3bcedb4e58d8db4a0a17c2 (
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",
"+third_party/WebKit/Tools/DumpRenderTree/chromium/TestRunner/public",
]
|