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

Unified Diff: examples/window_manager/BUILD.gn

Issue 788353002: Restructure public side of input_events service. (Closed) Base URL: https://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 | « examples/pdf_viewer/pdf_viewer.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 ead20468833c6c0bd6210953d5ce3cec338c0d07..6f60bf3b37b999f191e1136b8d1a9d84550bb7d7 100644
--- a/examples/window_manager/BUILD.gn
+++ b/examples/window_manager/BUILD.gn
@@ -29,7 +29,7 @@ mojo_native_application("window_manager") {
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/utility",
"//mojo/services/geometry/public/interfaces",
- "//mojo/services/public/interfaces/input_events",
+ "//mojo/services/input_events/public/interfaces",
"//mojo/services/public/interfaces/navigation",
"//mojo/services/view_manager/public/cpp",
"//mojo/views:views",
« no previous file with comments | « examples/pdf_viewer/pdf_viewer.cc ('k') | examples/window_manager/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698