1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
include_rules = [
"+apps/app_shim", # For app shim messages.
"+breakpad", # For Breakpad constants.
"+chromeos", # For chromeos_switches.h
"+components/autofill/content/common",
"+components/autofill/core/common",
"+components/nacl/common",
"+components/password_manager/core/common",
"+components/policy/core/common",
"+components/translate/core/common",
"+extensions/common",
"+grit", # For generated headers
"+media",
"+ppapi/shared_impl",
"+remoting/client/plugin",
"+webkit/common/user_agent",
# FIXME - refactor code and remove these dependencies
"+chrome/installer",
]
|