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

Unified Diff: examples/wm_flow/BUILD.gn

Issue 817573003: Move wm_flow off of views and onto Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | examples/wm_flow/app/app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/wm_flow/BUILD.gn
diff --git a/examples/wm_flow/BUILD.gn b/examples/wm_flow/BUILD.gn
index be4129f2726f6e84bba043351923a2784e7603cf..5cf5ebc32041c160dd3b9957fa519bc8fb7445e9 100644
--- a/examples/wm_flow/BUILD.gn
+++ b/examples/wm_flow/BUILD.gn
@@ -26,16 +26,16 @@ mojo_native_application("wm") {
]
deps = [
+ ":wm_bindings",
"//base",
- "//skia",
- "//ui/aura",
- "//ui/views",
- "//ui/wm:wm",
"//mojo/application",
+ "//mojo/converters/geometry",
"//mojo/services/input_events/public/interfaces",
"//mojo/services/view_manager/public/cpp",
- "//mojo/views:views",
"//services/window_manager:lib",
+ "//skia",
+ "//ui/gfx/geometry",
+ "//url",
]
}
@@ -54,8 +54,9 @@ mojo_native_application("app") {
"//mojo/application",
"//mojo/public/interfaces/application:application",
"//mojo/services/view_manager/public/cpp",
- "//skia",
"//services/window_manager:lib",
+ "//skia",
+ "//url",
]
}
@@ -75,6 +76,13 @@ mojo_native_application("embedded") {
"//mojo/services/view_manager/public/cpp",
"//services/window_manager:lib",
"//skia",
+ "//url",
+ ]
+}
+
+mojom("wm_bindings") {
+ sources = [
+ "wm/window_frame_host.mojom",
]
}
« no previous file with comments | « no previous file | examples/wm_flow/app/app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698