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

Unified Diff: mojo/examples/wm_flow/BUILD.gn

Issue 591633002: Replace most uses of ViewManagerInitService with client lib ViewManager::Embed() to offer the same … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 3 months 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 | « mojo/examples/demo_launcher/demo_launcher.cc ('k') | mojo/examples/wm_flow/app/app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/wm_flow/BUILD.gn
diff --git a/mojo/examples/wm_flow/BUILD.gn b/mojo/examples/wm_flow/BUILD.gn
index 60cbdff3589540eb799b91e589af361de78395cd..ef665c0a687c98f470691522869985d689bf3fe3 100644
--- a/mojo/examples/wm_flow/BUILD.gn
+++ b/mojo/examples/wm_flow/BUILD.gn
@@ -12,16 +12,18 @@ group("wm_flow" ) {
":app",
":embedded",
":init",
- ":wm_flow_wm",
+ ":wm",
]
}
# GYP version: mojo/mojo_examples.gypi:mojo_wm_flow_wm
-shared_library("wm_flow_wm") {
+shared_library("wm") {
output_name = "mojo_wm_flow_wm"
sources = [
"wm/wm.cc",
+ "wm/frame_controller.cc",
+ "wm/frame_controller.h",
]
deps = [
@@ -30,6 +32,7 @@ shared_library("wm_flow_wm") {
"//mojo/public/c/system:for_shared_library",
"//mojo/services/public/cpp/view_manager",
"//mojo/services/window_manager:lib",
+ "//mojo/views",
]
}
@@ -45,6 +48,7 @@ shared_library("init") {
"//base",
"//mojo/application",
"//mojo/public/c/system:for_shared_library",
+ "//mojo/services/public/cpp/view_manager",
"//mojo/services/public/interfaces/view_manager",
]
}
« no previous file with comments | « mojo/examples/demo_launcher/demo_launcher.cc ('k') | mojo/examples/wm_flow/app/app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698