forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDEPS
28 lines (27 loc) · 844 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
include_rules = [
"+components/viz/common",
"+components/viz/test",
"+components/viz/service",
"+gpu/command_buffer/client/gles2_implementation.h",
"+gpu/command_buffer/client/raster_implementation_gles.h",
"+gpu/command_buffer/client/shared_memory_limits.h",
"+gpu/command_buffer/common/skia_utils.h",
"+gpu/command_buffer/service/gpu_switches.h",
"+gpu/config/gpu_feature_type.h",
"+gpu/config/gpu_info.h",
"+gpu/ipc",
"+services/viz/privileged/mojom/gl/gpu_host.mojom.h",
"+services/viz/public/mojom/compositing/compositor_frame_sink.mojom.h",
"+ui/base/ui_base_features.h",
]
specific_include_rules = {
"run_all_(perf|unit)tests\.cc": [
"+mojo/core/embedder/embedder.h",
],
"cc_test_suite\.cc": [
"+gpu/config",
],
"pixel_test\.cc": [
"+gpu/command_buffer/service/service_utils.h",
],
}