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

Unified Diff: ash/BUILD.gn

Issue 2857103007: [Night Light] CL2: Ash and system tray work (Closed)
Patch Set: Update comment 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 60d2237f8eb25115089139aad33050fa0d7a86a2..1b1de9fcd6d936f9ebcb9688e1379cfafae17f56 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -402,6 +402,10 @@ component("ash") {
"system/network/vpn_list_view.h",
"system/networking_config_delegate.cc",
"system/networking_config_delegate.h",
+ "system/night_light/night_light_controller.cc",
+ "system/night_light/night_light_controller.h",
+ "system/night_light/tray_night_light.cc",
+ "system/night_light/tray_night_light.h",
"system/overview/overview_button_tray.cc",
"system/overview/overview_button_tray.h",
"system/palette/common_palette_tool.cc",
@@ -1193,6 +1197,8 @@ source_set("common_unittests") {
"system/network/sms_observer_unittest.cc",
"system/network/tray_network_unittest.cc",
"system/network/vpn_list_unittest.cc",
+ "system/night_light/night_light_controller_unittest.cc",
+ "system/night_light/tray_night_light_unittest.cc",
"system/overview/overview_button_tray_unittest.cc",
"system/palette/mock_palette_tool_delegate.cc",
"system/palette/mock_palette_tool_delegate.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