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

Unified Diff: sky/compositor/BUILD.gn

Issue 792813002: Restructure public side of surfaces service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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 | « services/view_manager/view_manager_service_impl.h ('k') | sky/compositor/layer_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/compositor/BUILD.gn
diff --git a/sky/compositor/BUILD.gn b/sky/compositor/BUILD.gn
index 514cdcf7af8486bfb1518fe82e8bd5710bee9081..40c4841fe03be83f350b46a099b854d401e9ff15 100644
--- a/sky/compositor/BUILD.gn
+++ b/sky/compositor/BUILD.gn
@@ -32,10 +32,10 @@ source_set("compositor") {
"//mojo/public/cpp/system",
"//mojo/public/cpp/utility",
"//mojo/public/interfaces/application",
- "//mojo/services/public/cpp/surfaces",
"//mojo/services/public/interfaces/geometry",
- "//mojo/services/public/interfaces/surfaces",
- "//mojo/services/public/interfaces/surfaces:surface_id",
+ "//mojo/services/surfaces/public/cpp",
+ "//mojo/services/surfaces/public/interfaces",
+ "//mojo/services/surfaces/public/interfaces:surface_id",
"//mojo/skia",
"//skia",
"//ui/gfx/geometry",
« no previous file with comments | « services/view_manager/view_manager_service_impl.h ('k') | sky/compositor/layer_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698