1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
include_rules = [
"+chromeos/chromeos_switches.h",
"+chromeos/cryptohome",
"+chromeos/dbus",
"+components/exo",
"+components/prefs",
"+components/signin/core/account_id",
"+components/user_manager",
"+mojo",
"+storage/browser/fileapi",
"+third_party/re2",
"+third_party/skia",
"+ui/gfx/geometry/rect.h",
"+ui/gfx/range/range.h",
]
specific_include_rules = {
"arc_util.cc": [
"+ash/shared",
"+ui/aura",
],
"arc_util_unittest.cc": [
"+ash/shared",
"+ui/aura",
],
}
|