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 = [
"+components/favicon_base",
"+components/favicon",
"+components/google/core",
"+components/grit",
"+components/history/core/browser",
"+components/history/core/test",
"+components/image_fetcher",
"+components/pref_registry",
"+components/prefs",
"+components/rappor",
"+components/search_engines",
"+components/search",
"+components/strings/grit/components_strings.h",
"+components/suggestions",
"+components/sync_preferences",
"+components/url_formatter",
"+components/variations",
"+jni",
"+net",
"+services/data_decoder/public",
"+services/network/public/cpp",
"+services/network/test",
"+ui/base",
"+ui/gfx",
]
|