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

Unified Diff: examples/window_manager/BUILD.gn

Issue 765753003: Move window_manager service implementation to //services (Closed) Base URL: git@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 | « no previous file | examples/window_manager/window_manager.cc » ('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 4b401076d80074dbbf60ed7092a14e198763671e..32ca40b521c2c2794d073c5af8701471b5004eb7 100644
--- a/examples/window_manager/BUILD.gn
+++ b/examples/window_manager/BUILD.gn
@@ -33,8 +33,8 @@ mojo_native_application("window_manager") {
"//mojo/services/public/interfaces/geometry",
"//mojo/services/public/interfaces/input_events",
"//mojo/services/public/interfaces/navigation",
- "//mojo/services/window_manager:lib",
"//mojo/views:views",
+ "//services/window_manager:lib",
"//ui/aura",
"//ui/base",
"//ui/gfx",
« no previous file with comments | « no previous file | examples/window_manager/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698