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

Unified Diff: ui/views/mus/BUILD.gn

Issue 2009853002: Finish eliminating PlatformWindowMus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DCHECK for bounds change; git cl format Created 4 years, 7 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 | « ui/platform_window/stub/stub_window.cc ('k') | ui/views/mus/native_widget_mus.cc » ('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 86c63388fc5340e1e767a11a7cb699beea6c467f..abca967b4f81d0c96f9a45f02259fab75ede6704 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -22,8 +22,6 @@ component("mus") {
"mus_export.h",
"native_widget_mus.cc",
"native_widget_mus.h",
- "platform_window_mus.cc",
- "platform_window_mus.h",
"screen_mus.cc",
"screen_mus.h",
"screen_mus_delegate.h",
@@ -82,6 +80,7 @@ component("mus") {
"//ui/platform_window",
"//ui/platform_window/mojo",
"//ui/platform_window/mojo:interfaces_cpp_sources",
+ "//ui/platform_window/stub",
"//ui/views",
"//ui/wm",
]
« no previous file with comments | « ui/platform_window/stub/stub_window.cc ('k') | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698