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

Unified Diff: examples/window_manager/BUILD.gn

Issue 1394303004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 3). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_2-x-no_public_1
Patch Set: Created 5 years, 2 months 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/surfaces_app.cc ('k') | examples/window_manager/debug_panel.sky » ('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 33982c594f52102891a2fbb79f023e92ac41b733..a093f254fc45baf74ea9f78576dda3def5cace41 100644
--- a/examples/window_manager/BUILD.gn
+++ b/examples/window_manager/BUILD.gn
@@ -24,7 +24,7 @@ mojo_native_application("window_manager") {
"//mojo/public/cpp/utility",
"//mojo/services/geometry/interfaces",
"//mojo/services/input_events/interfaces",
- "//mojo/services/navigation/public/interfaces",
+ "//mojo/services/navigation/interfaces",
"//mojo/services/view_manager/public/cpp",
"//services/window_manager:lib",
"//ui/events:events",
@@ -40,7 +40,7 @@ mojom("bindings") {
import_dirs = [ get_path_info("../../mojo/services", "abspath") ]
deps = [
"//mojo/services/geometry/interfaces",
- "//mojo/services/navigation/public/interfaces",
+ "//mojo/services/navigation/interfaces",
"//mojo/services/network/public/interfaces",
]
}
« no previous file with comments | « examples/surfaces_app/surfaces_app.cc ('k') | examples/window_manager/debug_panel.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698