blob: e0c71a0d2e13e1aa0a2667a71079395277d62c61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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/hyphen/hyphen.h",
"+third_party/libjingle",
"+third_party/mach_override",
"+third_party/tcmalloc",
"+v8/include",
]
|