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
27
28
29
30
31
32
33
34
35
36
|
include_rules = [
"+components/favicon/core",
"+components/favicon_base",
"+components/history/core",
"+components/image_fetcher",
"+components/keyed_service/core",
"+components/language/core/browser",
"+components/leveldb_proto",
"+components/metrics",
"+components/prefs",
"+components/reading_list",
"+components/signin/public",
"+components/strings/grit/components_strings.h",
"+components/sync_preferences/testing_pref_service_syncable.h",
"+components/sync/driver",
"+components/ukm",
"+components/unified_consent",
"+components/url_formatter",
"+components/variations",
"+components/feed/core/shared_prefs",
"+components/version_info",
"+components/web_resource",
"+grit/components_strings.h",
"+net/base",
"+net/http",
"+net/traffic_annotation",
"+net/url_request",
"+google_apis",
"+services/metrics/public/cpp",
"+services/network/public/cpp",
"+services/network/public/mojom",
"+services/network/test",
"+third_party/protobuf",
"+ui/base",
"+ui/gfx",
]
|