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

Unified Diff: examples/nesting_app/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/media_viewer/media_viewer.cc ('k') | examples/nesting_app/nesting_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/nesting_app/BUILD.gn
diff --git a/examples/nesting_app/BUILD.gn b/examples/nesting_app/BUILD.gn
index e9f1a564d97e38856b118e529f354cd3348d2d59..f0d95e62927c40212e9d4a446ae718d3adf42aa0 100644
--- a/examples/nesting_app/BUILD.gn
+++ b/examples/nesting_app/BUILD.gn
@@ -16,9 +16,9 @@ mojo_native_application("nesting_app") {
"//mojo/application",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/utility",
- "//mojo/services/public/cpp/view_manager",
"//mojo/services/public/interfaces/geometry",
"//mojo/services/public/interfaces/navigation",
+ "//mojo/services/view_manager/public/cpp",
"//skia",
"//ui/events:events_base",
"//ui/gfx/geometry",
« no previous file with comments | « examples/media_viewer/media_viewer.cc ('k') | examples/nesting_app/nesting_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698