forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDEPS
40 lines (39 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
include_rules = [
"+cc/input/overscroll_behavior.h",
"+cc/layers/deadline_policy.h",
"+cc/slim",
"+cc/resources",
"+cc/test/stub_layer_tree_host_client.h",
"+cc/test/test_task_graph_runner.h",
"+components/url_formatter",
"+components/viz/client",
"+components/viz/common",
"+components/viz/host",
"+content/public/test/android/javatests/src/org/chromium/content_public/browser/test",
"+services/viz/public/mojom",
"+skia/ext",
"+third_party/skia",
"+ui/accessibility",
"+ui/android/ui_android_jni_headers",
"+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/test"
],
".*BlankUiTestActivity\.java": [
"+components/browser_ui/modaldialog/android/java/src/org/chromium/components/browser_ui/modaldialog",
],
".*delegated_frame_host_android\.(cc|h)": [
"+third_party/blink/public/common/page/content_to_visible_time_reporter.h",
"+third_party/blink/public/mojom/widget/record_content_to_visible_time_request.mojom.h",
],
".*window_android\.(cc|h)": [
"+third_party/blink/public/common/page/content_to_visible_time_reporter.h",
],
}