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

Unified Diff: ui/views/mus/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 | « ui/mojo/geometry/geometry.mojom ('k') | ui/views/mus/display_converter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/BUILD.gn
diff --git a/ui/views/mus/BUILD.gn b/ui/views/mus/BUILD.gn
index fa6741fb8248c2287c67368688b0a9cd73448466..1384128b6ecb43c0cee21aed629c1c2575abdcc2 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -8,6 +8,8 @@ source_set("mus") {
sources = [
"aura_init.cc",
"aura_init.h",
+ "display_converter.cc",
+ "display_converter.h",
"input_method_mus.cc",
"input_method_mus.h",
"native_widget_mus.cc",
@@ -18,6 +20,7 @@ source_set("mus") {
"surface_binding.h",
"surface_context_factory.cc",
"surface_context_factory.h",
+ "window_manager_client_area_insets.h",
"window_manager_connection.cc",
"window_manager_connection.h",
"window_tree_host_mus.cc",
@@ -53,6 +56,8 @@ source_set("mus") {
"//ui/compositor",
"//ui/events",
"//ui/events:events_base",
+ "//ui/gfx",
+ "//ui/gfx/geometry",
"//ui/gl",
"//ui/mojo/ime:interfaces_cpp_sources",
"//ui/mojo/init",
« no previous file with comments | « ui/mojo/geometry/geometry.mojom ('k') | ui/views/mus/display_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698