forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDEPS
41 lines (40 loc) · 1.02 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
include_rules = [
"+chromeos",
"+components/guest_view",
"+components/keyed_service",
"+components/pref_registry",
"+components/sessions",
"+components/storage_monitor",
"+components/sync",
"+components/sync_preferences",
"+components/update_client",
"+components/variations",
"+components/version_info",
"+components/web_cache",
"+components/web_modal",
"+components/zoom",
"+content/public/browser",
"+device/bluetooth",
"+device/serial",
"+device/usb",
"+google_apis/gaia",
"+gpu/config",
"+grit/extensions_strings.h",
"+net",
# This directory contains build flags and does not pull all of PPAPI in.
"+ppapi/features",
"+services/preferences/public/cpp",
"+services/service_manager/public/cpp",
"+skia/ext/image_operations.h",
"+third_party/leveldatabase",
"+third_party/re2",
"+third_party/WebKit/public/platform",
"+third_party/WebKit/public/web",
"+third_party/zlib/google",
"+ui/display",
]
specific_include_rules = {
".*test\.cc$": [
"+components/user_prefs",
]
}