blob: e28b22a83ad3928ccb68d975ab02a985bd51eecf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include_rules = [
"+content/public/renderer",
"+content/public/browser/native_web_keyboard_event.h", # For tests.
"+content/public/browser/web_ui_controller_factory.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",
]
|