1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
include_rules = [
"+apps",
"+breakpad",
"+chrome/browser",
"+chrome/installer",
"+chrome/plugin/chrome_content_plugin_client.h",
"+chrome/renderer/chrome_content_renderer_client.h",
"+chrome/utility/chrome_content_utility_client.h",
"+chromeos/chromeos_paths.h",
"+components/breakpad/common/breakpad_paths.h",
"+components/nacl/common",
"+content/public/app",
"+content/public/browser/browser_main_runner.h",
"+content/public/browser/render_process_host.h",
"+grit", # For generated headers
"+policy", # For generated headers and source
"+sandbox",
"+tools/memory_watcher",
"+third_party/lss/linux_syscall_support.h",
]
|