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

Unified Diff: components/mus/example/wm/BUILD.gn

Issue 1419793006: Makes windowmanager draw non-client area (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add include Created 5 years, 1 month 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 | components/mus/example/wm/move_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/example/wm/BUILD.gn
diff --git a/components/mus/example/wm/BUILD.gn b/components/mus/example/wm/BUILD.gn
index faf1b6c649f597d8762c6779df7fdc2c30a87716..82df07e9e4d80e7ab438154c8e9fab55b8a2df2d 100644
--- a/components/mus/example/wm/BUILD.gn
+++ b/components/mus/example/wm/BUILD.gn
@@ -22,6 +22,10 @@ source_set("example_wm_lib") {
"layout_manager.h",
"move_loop.cc",
"move_loop.h",
+ "non_client_frame_controller.cc",
+ "non_client_frame_controller.h",
+ "non_client_frame_view_impl.cc",
+ "non_client_frame_view_impl.h",
"property_util.cc",
"property_util.h",
"shelf_layout.cc",
@@ -42,6 +46,10 @@ source_set("example_wm_lib") {
"//mojo/application/public/cpp",
"//mojo/common:common_base",
"//mojo/converters/geometry",
+ "//skia",
+ "//ui/mojo/init",
+ "//ui/views",
+ "//ui/views/mus",
]
}
@@ -53,11 +61,14 @@ mojo_native_application("example_wm") {
deps = [
":example_wm_lib",
"//mojo/application/public/cpp",
+ "//ui/views/mus:resources",
]
data_deps = [
"//components/mus",
]
+
+ resources = [ "$root_out_dir/views_mus_resources.pak" ]
}
mojo_native_application("apptests") {
« no previous file with comments | « no previous file | components/mus/example/wm/move_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698