forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDEPS
33 lines (32 loc) · 837 Bytes
/
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
include_rules = [
"+cc/input/overscroll_behavior.h",
"+cc/layers",
"+cc/output",
"+cc/resources",
"+cc/scheduler/begin_frame_source.h",
"+cc/test/stub_layer_tree_host_client.h",
"+cc/test/test_task_graph_runner.h",
"+cc/trees/layer_tree_host.h",
"+components/viz/client",
"+components/viz/common",
"+components/viz/host",
"+components/viz/service/frame_sinks",
"+components/viz/service/surfaces",
"+jni",
"+services/viz/public/interfaces",
"+skia/ext",
"+third_party/blink/public/platform/web_cursor_info.h",
"+third_party/skia",
"+ui/base",
"+ui/compositor/compositor_lock.h",
"+ui/display",
"+ui/events",
"+ui/gfx",
"+ui/touch_selection/touch_handle.h",
]
specific_include_rules = {
".*test\.(cc|h)": [
"+components/viz/service/display_embedder",
"+components/viz/test"
]
}