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

Unified Diff: examples/surfaces_app/BUILD.gn

Issue 790213002: Restructure public side of geometry service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Nits 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 | « examples/sky_compositor_app/BUILD.gn ('k') | examples/surfaces_app/child.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/surfaces_app/BUILD.gn
diff --git a/examples/surfaces_app/BUILD.gn b/examples/surfaces_app/BUILD.gn
index 378af7285085e0166fdce4ea3af15a79aa2c859a..cdadd82f4363b2743b862d0b9b98b71b152cbdc0 100644
--- a/examples/surfaces_app/BUILD.gn
+++ b/examples/surfaces_app/BUILD.gn
@@ -32,7 +32,7 @@ mojo_native_application("parent_app") {
"//mojo/converters/surfaces",
"//mojo/environment:chromium",
"//mojo/public/cpp/system",
- "//mojo/services/public/interfaces/geometry",
+ "//mojo/services/geometry/public/interfaces",
"//mojo/services/public/interfaces/gpu",
"//mojo/services/public/interfaces/native_viewport",
"//mojo/services/surfaces/public/interfaces",
@@ -61,7 +61,7 @@ mojo_native_application("child_app") {
"//mojo/converters/surfaces",
"//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
- "//mojo/services/public/interfaces/geometry",
+ "//mojo/services/geometry/public/interfaces",
"//mojo/services/surfaces/public/interfaces",
"//mojo/services/surfaces/public/interfaces:surface_id",
"//skia",
@@ -97,7 +97,7 @@ mojo_native_application("child_gl_app") {
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/environment",
"//mojo/public/cpp/system",
- "//mojo/services/public/interfaces/geometry",
+ "//mojo/services/geometry/public/interfaces",
"//mojo/services/public/interfaces/gpu",
"//mojo/services/surfaces/public/interfaces",
"//mojo/services/surfaces/public/interfaces:surface_id",
@@ -129,7 +129,7 @@ source_set("util") {
mojom("bindings") {
deps = [
- "//mojo/services/public/interfaces/geometry",
+ "//mojo/services/geometry/public/interfaces",
"//mojo/services/surfaces/public/interfaces",
"//mojo/services/surfaces/public/interfaces:surface_id",
]
« no previous file with comments | « examples/sky_compositor_app/BUILD.gn ('k') | examples/surfaces_app/child.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698