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

Unified Diff: services/ui/gpu/BUILD.gn

Issue 2481263002: Introduce Display Compositor mojo interface. Use InProcessContextProvider. (Closed)
Patch Set: Speculative fix for android build issue Created 4 years, 1 month 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
Index: services/ui/gpu/BUILD.gn
diff --git a/services/ui/gpu/BUILD.gn b/services/ui/gpu/BUILD.gn
index 86c4fdccd8e58a5c678243e69529845f1d377ba6..fc2316e6a3b40b0e92a37cb38ccfe3e4b7ba984c 100644
--- a/services/ui/gpu/BUILD.gn
+++ b/services/ui/gpu/BUILD.gn
@@ -19,6 +19,8 @@ source_set("gpu") {
defines = [ "NOTIMPLEMENTED_POLICY=5" ]
deps = [
+ "//cc",
+ "//gpu/ipc:command_buffer",
"//gpu/ipc/common",
"//gpu/ipc/service",
"//ipc",
@@ -28,6 +30,7 @@ source_set("gpu") {
"//services/ui/common:mus_common",
"//services/ui/gpu/interfaces",
"//services/ui/public/interfaces",
+ "//services/ui/surfaces",
"//ui/gfx:memory_buffer",
"//ui/gl/init",
]

Powered by Google App Engine
This is Rietveld 408576698