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

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

Issue 2552483002: mash: Have chrome set itself as a controller interface for changing volume (Closed)
Patch Set: rebase Created 4 years 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 b371ea74de0dc88e98082968d224a89d99d79f8a..2b4a703c58caaa2862b5ee7a72644bcc947139a4 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1393,8 +1393,8 @@ split_static_library("ui") {
"ash/system_tray_delegate_chromeos.h",
"ash/system_tray_delegate_utils.cc",
"ash/system_tray_delegate_utils.h",
- "ash/volume_controller_chromeos.cc",
- "ash/volume_controller_chromeos.h",
+ "ash/volume_controller.cc",
+ "ash/volume_controller.h",
"ash/vpn_list_forwarder.cc",
"ash/vpn_list_forwarder.h",
"views/ash/chrome_browser_main_extra_parts_ash.cc",

Powered by Google App Engine
This is Rietveld 408576698