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

Unified Diff: ui/compositor/BUILD.gn

Issue 2688593002: WIP: Towards merging OffscreenCanvas and Mus code
Patch Set: Fix reflector unit test Created 3 years, 10 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 | « ui/aura/demo/demo_main.cc ('k') | ui/compositor/compositor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/BUILD.gn
diff --git a/ui/compositor/BUILD.gn b/ui/compositor/BUILD.gn
index 3f3cba355d404b75debe1ed98d07ba2498b6f0c6..440ddf6fd3573c8b819b68ddf3f9fe98d3e105ae 100644
--- a/ui/compositor/BUILD.gn
+++ b/ui/compositor/BUILD.gn
@@ -79,10 +79,12 @@ component("compositor") {
"//base/third_party/dynamic_annotations",
"//cc",
"//cc/animation",
+ "//cc/ipc:interfaces",
"//cc/paint",
"//cc/surfaces",
"//cc/surfaces:surface_id",
"//cc/surfaces:surfaces",
+ "//components/display_compositor",
"//gpu/command_buffer/common",
"//skia",
"//ui/gfx",
@@ -143,6 +145,7 @@ static_library("test_support") {
"//cc",
"//cc:test_support",
"//cc/surfaces",
+ "//components/display_compositor",
"//gpu/command_buffer/client:gles2_c_lib",
"//gpu/command_buffer/client:gles2_implementation",
"//gpu/command_buffer/common:gles2_utils",
« no previous file with comments | « ui/aura/demo/demo_main.cc ('k') | ui/compositor/compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698