forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDEPS
21 lines (20 loc) · 715 Bytes
/
DEPS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include_rules = [
"+components/viz/common",
"+components/viz/test",
"+components/viz/service",
"+gpu/command_buffer/client/gl_in_process_context.h",
"+gpu/command_buffer/client/gles2_implementation.h",
"+gpu/command_buffer/client/gles2_interface_stub.h",
"+gpu/command_buffer/client/gles2_lib.h",
"+gpu/command_buffer/client/raster_implementation_gles.h",
"+gpu/command_buffer/client/shared_memory_limits.h",
"+gpu/command_buffer/common/context_creation_attribs.h",
"+gpu/command_buffer/service/image_factory.h",
"+gpu/ipc",
"+gpu/skia_bindings/grcontext_for_gles2_interface.h",
]
specific_include_rules = {
"run_all_(perf|unit)tests\.cc": [
"+mojo/edk/embedder/embedder.h",
],
}