Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2282)

Unified Diff: components/display_compositor/DEPS

Issue 2654693003: Decouple GpuCompositorFrameSink from DisplayCompositor (Closed)
Patch Set: Refactor code Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/display_compositor/BUILD.gn ('k') | components/display_compositor/gpu_compositor_frame_sink.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/display_compositor/DEPS
diff --git a/components/display_compositor/DEPS b/components/display_compositor/DEPS
index dd5fd92df3cb620879f16d50a679c05eb6788e28..eca1d9b8f16278ebe7a809f9b161e9fc1f07c038 100644
--- a/components/display_compositor/DEPS
+++ b/components/display_compositor/DEPS
@@ -1,12 +1,15 @@
include_rules = [
"+cc/base",
+ "+cc/ipc",
"+cc/output",
+ "+cc/surfaces",
"+cc/test",
"+gpu/GLES2",
"+gpu/command_buffer/client",
"+gpu/command_buffer/common",
"+gpu/ipc",
"+gpu/ipc/common",
+ "+mojo/public/cpp/bindings",
"+third_party/khronos/GLES2",
"+third_party/skia",
"+ui/display",
« no previous file with comments | « components/display_compositor/BUILD.gn ('k') | components/display_compositor/gpu_compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698