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

Unified Diff: examples/window_manager/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/surfaces_app/child.mojom ('k') | examples/window_manager/window_manager.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/window_manager/BUILD.gn
diff --git a/examples/window_manager/BUILD.gn b/examples/window_manager/BUILD.gn
index fc8623d079a14adcbfc48c3735cd2be55c109030..ead20468833c6c0bd6210953d5ce3cec338c0d07 100644
--- a/examples/window_manager/BUILD.gn
+++ b/examples/window_manager/BUILD.gn
@@ -28,7 +28,7 @@ mojo_native_application("window_manager") {
"//mojo/public/c/gles2",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/utility",
- "//mojo/services/public/interfaces/geometry",
+ "//mojo/services/geometry/public/interfaces",
"//mojo/services/public/interfaces/input_events",
"//mojo/services/public/interfaces/navigation",
"//mojo/services/view_manager/public/cpp",
@@ -50,6 +50,6 @@ mojom("bindings") {
"window_manager.mojom",
]
deps = [
- "//mojo/services/public/interfaces/geometry",
+ "//mojo/services/geometry/public/interfaces",
]
}
« no previous file with comments | « examples/surfaces_app/child.mojom ('k') | examples/window_manager/window_manager.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698