forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDEPS
51 lines (50 loc) · 1.22 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
include_rules = [
"+ash",
"+cc/output",
"+components/named_mojo_ipc_server",
"+components/policy/core/common",
"+components/viz/common",
"+components/webrtc",
"+extensions/browser/api/messaging",
"+google_apis",
# Checks the availability of hardware encoder on Windows.
"+media/base/win/mf_initializer.h",
"+media/gpu/windows/media_foundation_video_encode_accelerator_win.h",
"+mojo/public",
"+mojo/core/embedder",
"+net",
"+remoting/codec",
"+remoting/host/chromeos",
"+remoting/protocol",
"+remoting/signaling",
"+remoting/tools",
# //remoting uses device::PowerSaveBlocker directly. See crbug.com/689423
"+services/device/public",
"+services/device/wake_lock/power_save_blocker",
"+services/network",
"+third_party/grpc",
"+third_party/jsoncpp",
"+third_party/skia",
"+third_party/webrtc",
"+third_party/libjingle_xmpp/xmpp",
"+ui/aura",
"+ui/base",
"+ui/compositor",
"+ui/events",
"+ui/gfx",
"+ui/views",
]
specific_include_rules = {
".*unittest\.cc": [
"+mojo/core/test",
],
".*chromeos\.cc": [
"+ui/ozone/public",
],
".*wayland.*\.(h|cc)": [
"+third_party/wayland-protocols",
],
"it2me_desktop_environment*": [
"+components/user_manager"
],
}