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

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

Issue 1999083002: Finish eliminating PlatformWindowMus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 dd673615073a495849e66562709e83393b044cbc..53f1a337b790e5eed69553a2f2556b4f7dc3cf93 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -24,8 +24,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",
@@ -84,6 +82,7 @@ component("mus") {
"//ui/mojo/ime:interfaces_cpp_sources",
"//ui/native_theme",
"//ui/platform_window",
+ "//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