summaryrefslogtreecommitdiff
path: root/chromium/components/viz/service/display/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/viz/service/display/DEPS')
-rw-r--r--chromium/components/viz/service/display/DEPS7
1 files changed, 5 insertions, 2 deletions
diff --git a/chromium/components/viz/service/display/DEPS b/chromium/components/viz/service/display/DEPS
index e8ecaf1670f..e0ec6c36551 100644
--- a/chromium/components/viz/service/display/DEPS
+++ b/chromium/components/viz/service/display/DEPS
@@ -6,12 +6,14 @@ include_rules = [
"+cc/quads",
"+cc/resources",
"+cc/scheduler",
- "+cc/surfaces",
"+gpu/command_buffer/client",
"+gpu/command_buffer/common",
+ "+gpu/GLES2",
"+gpu/vulkan",
+ "+media/base",
+ "+skia",
"+third_party/skia",
- "+ui/gfx",
+ "+third_party/khronos",
"+ui/latency",
]
@@ -19,6 +21,7 @@ specific_include_rules = {
".*_(unit|pixel|perf)test\.cc": [
"+cc/test",
"+components/viz/service/frame_sinks",
+ "+components/viz/test",
"+gpu/GLES2",
],
}