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

Unified Diff: examples/keyboard/BUILD.gn

Issue 790623003: Restructure public side of view_manager service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: BUILD.gn file reorderings 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/ganesh_app/ganesh_view.h ('k') | examples/keyboard/keyboard.cc » ('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 c921bece04abf7abef860d7322639fd7d67237e4..b5bf55736b5dee8ab5a5f06517094ddcbf07a91d 100644
--- a/examples/keyboard/BUILD.gn
+++ b/examples/keyboard/BUILD.gn
@@ -27,10 +27,10 @@ mojo_native_application("keyboard") {
"//mojo/common",
"//mojo/converters/geometry",
"//mojo/converters/input_events",
- "//mojo/services/public/cpp/view_manager",
"//mojo/services/public/interfaces/geometry",
"//mojo/services/public/interfaces/navigation",
- "//mojo/services/public/interfaces/view_manager",
+ "//mojo/services/view_manager/public/cpp",
+ "//mojo/services/view_manager/public/interfaces",
"//mojo/views:views",
"//third_party/icu",
"//ui/aura",
« no previous file with comments | « examples/ganesh_app/ganesh_view.h ('k') | examples/keyboard/keyboard.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698