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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
include_rules = [
"+chrome/android/features/autofill_assistant/test_support_jni_headers",
"+components/autofill",
"+components/client_update_protocol",
"+components/google/core/common",
"+components/consent_auditor",
"+components/keyed_service/core",
"+components/password_manager/content/browser",
"+components/password_manager/core/browser",
"+components/password_manager/core/common",
"+components/prefs",
"+components/sync/protocol",
"+components/ukm",
"+components/url_matcher",
"+components/version_info",
"+content/public/browser",
"+content/public/test",
"+content/shell/browser/shell.h",
"+components/signin/public/identity_manager",
"+components/strings/grit/components_strings.h",
"+crypto",
"+google_apis",
"+mojo/public/cpp/bindings",
"+net",
"+services/metrics/public",
"+services/network/public/cpp",
"+services/network/public/mojom",
"+services/network/test",
"+third_party/blink/public/common",
"+third_party/blink/public/common/switches.h",
"+third_party/blink/public/mojom/payments/payment_request.mojom.h",
"+third_party/icu/source/common/unicode",
"+third_party/libaddressinput/chromium/addressinput_util.h",
"+third_party/libaddressinput/src/cpp/include/libaddressinput/address_data.h",
"+third_party/re2",
"+ui/base/l10n/l10n_util.h",
"+ui/events/keycodes",
]
specific_include_rules = {
".*_unittest\.cc": [
"+components/prefs",
"+components/safe_browsing/core/common",
"+third_party/blink/public/common/features.h",
],
'dependencies_util.h': [
'+components/variations/service/variations_service.h',
],
'dependencies_util.cc': [
'+components/variations/service/variations_service.h',
],
}
|