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

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

Issue 658753004: Make wm_flow_init work with gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: done Created 6 years, 2 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/window_manager/BUILD.gn ('k') | mojo/examples/wm_flow/init/init.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 50ce50774d3154564715887d1909231eb2a4a475..9a4c4986bf3d5c8ed029d7685b93c3d717270afd 100644
--- a/mojo/examples/wm_flow/BUILD.gn
+++ b/mojo/examples/wm_flow/BUILD.gn
@@ -7,7 +7,7 @@ import("//mojo/public/tools/bindings/mojom.gni")
assert(use_aura)
-group("wm_flow" ) {
+group("wm_flow") {
deps = [
":app",
":embedded",
@@ -28,11 +28,16 @@ shared_library("wm") {
deps = [
"//base",
+ "//skia",
+ "//ui/aura",
+ "//ui/views",
+ "//ui/wm:wm",
"//mojo/application",
"//mojo/public/c/system:for_shared_library",
"//mojo/services/public/cpp/view_manager",
+ "//mojo/services/public/interfaces/input_events",
"//mojo/services/window_manager:lib",
- "//mojo/views",
+ "//mojo/views:views",
]
}
@@ -46,8 +51,11 @@ shared_library("init") {
deps = [
"//base",
+ "//ui/gfx",
+ "//ui/gfx/geometry",
"//mojo/application",
"//mojo/public/c/system:for_shared_library",
+ "//mojo/public/interfaces/application:application",
"//mojo/services/public/cpp/view_manager",
"//mojo/services/public/interfaces/view_manager",
]
@@ -68,6 +76,7 @@ shared_library("app") {
"//mojo/application",
"//mojo/examples/bitmap_uploader",
"//mojo/public/c/system:for_shared_library",
+ "//mojo/public/interfaces/application:application",
"//mojo/services/public/cpp/view_manager",
"//mojo/services/window_manager:lib",
]
« no previous file with comments | « mojo/examples/window_manager/BUILD.gn ('k') | mojo/examples/wm_flow/init/init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698