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

Unified Diff: ash/BUILD.gn

Issue 2855143004: Implements a display scale tray setting behind a chrome switch (Closed)
Patch Set: Sync with ToT Created 3 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 | « no previous file | ash/ash_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 1b1de9fcd6d936f9ebcb9688e1379cfafae17f56..7e16e8450a2bb39c4c94717137ca3c0ead235449 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -356,6 +356,12 @@ component("ash") {
"system/date/tray_system_info.h",
"system/devicetype_utils.cc",
"system/devicetype_utils.h",
+ "system/display_scale/scale_detailed_view.cc",
+ "system/display_scale/scale_detailed_view.h",
+ "system/display_scale/scale_view.cc",
+ "system/display_scale/scale_view.h",
+ "system/display_scale/tray_scale.cc",
+ "system/display_scale/tray_scale.h",
"system/enterprise/enterprise_domain_observer.h",
"system/enterprise/tray_enterprise.cc",
"system/enterprise/tray_enterprise.h",
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698