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

Unified Diff: ash/BUILD.gn

Issue 2857103007: [Night Light] CL2: Ash and system tray work (Closed)
Patch Set: Exclude one test from mash 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') | ash/ash_strings.grd » ('J')
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 059f0306a30f9ed1365f33c6b9977ee66bfa7980..63643f95f6e8e1290d7d89332a60ad3e2a3194d1 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -400,6 +400,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",
@@ -1190,6 +1194,7 @@ 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_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') | ash/ash_strings.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698