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

Unified Diff: examples/wm_flow/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/window_manager/window_manager.mojom ('k') | examples/wm_flow/wm/wm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/wm_flow/BUILD.gn
diff --git a/examples/wm_flow/BUILD.gn b/examples/wm_flow/BUILD.gn
index b069b8200c92434a81186bc9888071ee532aedd8..823b5c94681cfad43cb2fdd60f58034eab42e9b7 100644
--- a/examples/wm_flow/BUILD.gn
+++ b/examples/wm_flow/BUILD.gn
@@ -18,9 +18,9 @@ mojo_native_application("wm") {
output_name = "wm_flow_wm"
sources = [
- "wm/wm.cc",
"wm/frame_controller.cc",
"wm/frame_controller.h",
+ "wm/wm.cc",
]
deps = [
@@ -29,7 +29,7 @@ mojo_native_application("wm") {
"//mojo/application",
"//mojo/converters/geometry",
"//mojo/public/interfaces/application",
- "//mojo/services/input_events/public/interfaces",
+ "//mojo/services/input_events/interfaces",
"//mojo/services/view_manager/public/cpp",
"//services/window_manager:lib",
"//skia",
« no previous file with comments | « examples/window_manager/window_manager.mojom ('k') | examples/wm_flow/wm/wm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698