forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDEPS
56 lines (54 loc) · 1.47 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
include_rules = [
"+device/bluetooth",
"+cc/debug",
"+cc/output",
"+components/prefs",
"+components/quirks",
"+components/session_manager",
"+components/signin/core/account_id",
"+components/ui_devtools",
"+components/user_manager",
"+components/wallpaper",
"+gpu/config",
"+media",
"+mojo/public",
"+services/preferences/public",
"+services/service_manager/public",
"+services/ui/public",
"+skia/ext",
"+third_party/cros_system_api",
"+third_party/skia",
"+net",
"+ui",
"-ash/host",
"-content",
"+content/public/common/service_names.mojom.h",
# Only allow Chrome OS services and D-Bus clients accessible to the mustash
# ash process.
"-chromeos",
"+chromeos/accelerometer",
"+chromeos/audio",
"+chromeos/chromeos_switches.h",
"+chromeos/chromeos_paths.h",
"+chromeos/dbus/dbus_thread_manager.h",
"+chromeos/dbus/fake_power_manager_client.h",
"+chromeos/dbus/fake_session_manager_client.h",
"+chromeos/dbus/power_manager",
"+chromeos/dbus/power_manager_client.h",
"+chromeos/dbus/session_manager_client.h",
"+chromeos/dbus/system_clock_client.h",
"+chromeos/login",
# TODO(jamescook): Eliminate this. http://crbug.com/644355
"+chromeos/network",
# TODO(jamescook): Eliminate this. http://crbug.com/644361
"+chromeos/settings/timezone_settings.h",
"+chromeos/system",
]
specific_include_rules = {
"root_window_controller\.*": [
"+ash/host"
],
"touch_transformer_controller\.*": [
"+ash/host"
],
}