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

Unified Diff: examples/window_manager/BUILD.gn

Issue 1398973004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 2). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_1
Patch Set: add missing copyright notices 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/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 1fcee9c3448e8fe2cace3389c7b134802aac0282..33982c594f52102891a2fbb79f023e92ac41b733 100644
--- a/examples/window_manager/BUILD.gn
+++ b/examples/window_manager/BUILD.gn
@@ -22,8 +22,8 @@ mojo_native_application("window_manager") {
"//mojo/converters/input_events",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/utility",
- "//mojo/services/geometry/public/interfaces",
- "//mojo/services/input_events/public/interfaces",
+ "//mojo/services/geometry/interfaces",
+ "//mojo/services/input_events/interfaces",
"//mojo/services/navigation/public/interfaces",
"//mojo/services/view_manager/public/cpp",
"//services/window_manager:lib",
@@ -39,7 +39,7 @@ mojom("bindings") {
]
import_dirs = [ get_path_info("../../mojo/services", "abspath") ]
deps = [
- "//mojo/services/geometry/public/interfaces",
+ "//mojo/services/geometry/interfaces",
"//mojo/services/navigation/public/interfaces",
"//mojo/services/network/public/interfaces",
]
« no previous file with comments | « examples/surfaces_app/surfaces_app.cc ('k') | examples/window_manager/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698