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

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

Issue 1405373005: views/mus: Move PlatformWindowMus into its own file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus-example-focus-close
Patch Set: tot-merge 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 | ui/views/mus/platform_window_mus.h » ('j') | ui/views/mus/platform_window_mus.cc » ('J')
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 9c92efbe4af20686b88813edbfa1694d44257c9c..113b15b8dd903d71b4351451517b36cfa572c5b1 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -16,6 +16,8 @@ source_set("mus") {
"native_widget_mus.h",
"native_widget_view_manager.cc",
"native_widget_view_manager.h",
+ "platform_window_mus.cc",
+ "platform_window_mus.h",
"surface_binding.cc",
"surface_binding.h",
"surface_context_factory.cc",
« no previous file with comments | « no previous file | ui/views/mus/platform_window_mus.h » ('j') | ui/views/mus/platform_window_mus.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698