forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDEPS
79 lines (77 loc) · 2.67 KB
/
DEPS
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
include_rules = [
"+chrome/chrome_elf/chrome_elf_main.h",
"+chrome/grit",
"+chrome/install_static",
"+chrome/services/file_util/public",
"+chromeos/components/chromebox_for_meetings/buildflags",
"+chromeos/crosapi",
"+components/autofill/content/common",
"+components/autofill/core/common",
"+components/bookmarks/common",
"+components/cast_certificate",
"+components/cdm/common",
"+components/cloud_devices/common",
"+components/content_settings/core/common",
"+components/crash/core/app",
"+components/crash/core/common",
"+components/crx_file",
"+components/data_reduction_proxy/core/common",
"+components/dom_distiller/core",
"+components/embedder_support/android/common",
"+components/embedder_support/origin_trials",
"+components/favicon_base",
"+components/flags_ui/flags_ui_switches.h",
"+components/gcm_driver",
"+components/google/core/common",
"+components/live_caption/pref_names.h",
"+components/metrics/client_info.h",
"+components/metrics/metadata_recorder.h",
"+components/metrics/metrics_pref_names.h",
"+components/metrics/public",
"+components/nacl/common",
"+components/net_log",
"+components/network_session_configurator/common",
"+components/no_state_prefetch/common",
"+components/ntp_tiles",
"+components/nux",
"+components/offline_pages/buildflags",
"+components/password_manager/core/common",
"+components/pdf/common",
"+components/policy/core/common",
"+components/prefs",
"+components/printing/common",
"+components/safe_browsing/buildflags.h",
"+components/safe_browsing/core/common/web_ui_constants.h",
"+components/safe_browsing/core/common/proto/csd.pb.h",
"+components/services/app_service/public/cpp/share_target.h",
"+components/strings/grit/components_strings.h",
"+components/translate/core/common",
"+components/url_formatter",
"+components/variations/net",
"+components/version_info",
"+device/vr/buildflags/buildflags.h",
"+extensions/buildflags",
"+extensions/common",
"+gin/public", # For profiling.cc
"+google_apis/gaia", # For gaia_switches.h
"+media",
"+ppapi/c",
"+ppapi/shared_impl",
"+ppapi/thunk",
"+rlz/buildflags/buildflags.h",
"+sandbox/linux/services/credentials.h",
"+services/network/public/cpp",
"+services/network/public/mojom",
"+third_party/blink/public/mojom",
"+third_party/boringssl/src/include",
"+third_party/metrics_proto", # For heap profiler test.
"+third_party/widevine/cdm/buildflags.h",
"+third_party/widevine/cdm/widevine_cdm_common.h",
# FIXME - refactor code and remove these dependencies
"+chrome/installer/util",
]
specific_include_rules = {
"logging_chrome.cc": [
"+ash/constants/ash_switches.h",
]
}