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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2381183002: mash: Fix shelf window property use in Chrome. (Closed)
Patch Set: Sync and rebase; add comments. Created 4 years, 3 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: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 8da8158e9b0d47912cfb57c6ffe7b198971f88f1..56470a70501a5ac65485fa485331fc690a801bad 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1338,6 +1338,8 @@ split_static_library("ui") {
"ash/launcher/multi_profile_app_window_launcher_controller.h",
"ash/launcher/multi_profile_browser_status_monitor.cc",
"ash/launcher/multi_profile_browser_status_monitor.h",
+ "ash/launcher/settings_window_observer.cc",
+ "ash/launcher/settings_window_observer.h",
"ash/media_delegate_chromeos.cc",
"ash/media_delegate_chromeos.h",
"ash/metrics/chrome_user_metrics_recorder.cc",
@@ -1366,6 +1368,8 @@ split_static_library("ui") {
"ash/networking_config_delegate_chromeos.h",
"ash/palette_delegate_chromeos.cc",
"ash/palette_delegate_chromeos.h",
+ "ash/property_util.cc",
+ "ash/property_util.h",
"ash/session_state_delegate_chromeos.cc",
"ash/session_state_delegate_chromeos.h",
"ash/session_util.cc",

Powered by Google App Engine
This is Rietveld 408576698