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

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: 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
Index: ui/views/mus/BUILD.gn
diff --git a/ui/views/mus/BUILD.gn b/ui/views/mus/BUILD.gn
index a786f002fff69c3890986748bb334dc21e452504..cb0876b5bd47657032bae599dd1cc33489b98f84 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/mojo/ime:interfaces_cpp_sources",
"//ui/native_theme",
"//ui/platform_window",
+ "//ui/platform_window/stub",
"//ui/views",
"//ui/wm",
]

Powered by Google App Engine
This is Rietveld 408576698