blob: 2fbdf2e1426bf151bdbca31200c028c72dbcd351 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include_rules = [
"+chrome/test",
"+content/public/renderer",
"+content/public/browser/native_web_keyboard_event.h", # For tests.
"+jingle/glue",
"+media", # For audio input/output and audio/video decoding.
"+third_party/libjingle",
"+third_party/mach_override",
"+third_party/tcmalloc",
"+v8/include",
]
|