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

Unified Diff: examples/keyboard/BUILD.gn

Issue 790213002: Restructure public side of geometry service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Nits 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/js/cube.js ('k') | examples/nesting_app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/keyboard/BUILD.gn
diff --git a/examples/keyboard/BUILD.gn b/examples/keyboard/BUILD.gn
index b5bf55736b5dee8ab5a5f06517094ddcbf07a91d..0ef968b28e6bc029b3f4333f5c33a91094d097a1 100644
--- a/examples/keyboard/BUILD.gn
+++ b/examples/keyboard/BUILD.gn
@@ -27,7 +27,7 @@ mojo_native_application("keyboard") {
"//mojo/common",
"//mojo/converters/geometry",
"//mojo/converters/input_events",
- "//mojo/services/public/interfaces/geometry",
+ "//mojo/services/geometry/public/interfaces",
"//mojo/services/public/interfaces/navigation",
"//mojo/services/view_manager/public/cpp",
"//mojo/services/view_manager/public/interfaces",
« no previous file with comments | « examples/js/cube.js ('k') | examples/nesting_app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698