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

Unified Diff: examples/aura_demo/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 | « no previous file | examples/aura_demo/aura_demo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/aura_demo/BUILD.gn
diff --git a/examples/aura_demo/BUILD.gn b/examples/aura_demo/BUILD.gn
index b58fb78477a565f15452e9541c39f2e6b5cc4b21..8b4045bc2299aaf9d50f1154bddf7f9bf34a8bac 100644
--- a/examples/aura_demo/BUILD.gn
+++ b/examples/aura_demo/BUILD.gn
@@ -27,7 +27,7 @@ mojo_native_application("aura_demo") {
"//mojo/public/cpp/system",
"//mojo/services/public/interfaces/geometry",
"//mojo/services/public/interfaces/native_viewport",
- "//mojo/services/public/cpp/view_manager",
+ "//mojo/services/view_manager/public/cpp",
]
datadeps = [
@@ -46,7 +46,7 @@ mojo_native_application("init") {
"//base",
"//mojo/application",
"//mojo/public/interfaces/application",
- "//mojo/services/public/cpp/view_manager",
- "//mojo/services/public/interfaces/view_manager",
+ "//mojo/services/view_manager/public/cpp",
+ "//mojo/services/view_manager/public/interfaces",
]
}
« no previous file with comments | « no previous file | examples/aura_demo/aura_demo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698