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

Side by Side Diff: ash/BUILD.gn

Issue 2887913004: [Night Light] CL4: Automatic schedule backend. (Closed)
Patch Set: Nits Created 3 years, 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | ash/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 9
10 # Historical note: Ash shipped on Windows for a couple years to support 10 # Historical note: Ash shipped on Windows for a couple years to support
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 "system/network/vpn_list.cc", 414 "system/network/vpn_list.cc",
415 "system/network/vpn_list.h", 415 "system/network/vpn_list.h",
416 "system/network/vpn_list_view.cc", 416 "system/network/vpn_list_view.cc",
417 "system/network/vpn_list_view.h", 417 "system/network/vpn_list_view.h",
418 "system/networking_config_delegate.cc", 418 "system/networking_config_delegate.cc",
419 "system/networking_config_delegate.h", 419 "system/networking_config_delegate.h",
420 "system/night_light/night_light_controller.cc", 420 "system/night_light/night_light_controller.cc",
421 "system/night_light/night_light_controller.h", 421 "system/night_light/night_light_controller.h",
422 "system/night_light/night_light_toggle_button.cc", 422 "system/night_light/night_light_toggle_button.cc",
423 "system/night_light/night_light_toggle_button.h", 423 "system/night_light/night_light_toggle_button.h",
424 "system/night_light/time_of_day.cc",
425 "system/night_light/time_of_day.h",
424 "system/night_light/tray_night_light.cc", 426 "system/night_light/tray_night_light.cc",
425 "system/night_light/tray_night_light.h", 427 "system/night_light/tray_night_light.h",
426 "system/overview/overview_button_tray.cc", 428 "system/overview/overview_button_tray.cc",
427 "system/overview/overview_button_tray.h", 429 "system/overview/overview_button_tray.h",
428 "system/palette/common_palette_tool.cc", 430 "system/palette/common_palette_tool.cc",
429 "system/palette/common_palette_tool.h", 431 "system/palette/common_palette_tool.h",
430 "system/palette/palette_ids.cc", 432 "system/palette/palette_ids.cc",
431 "system/palette/palette_ids.h", 433 "system/palette/palette_ids.h",
432 "system/palette/palette_tool.cc", 434 "system/palette/palette_tool.cc",
433 "system/palette/palette_tool.h", 435 "system/palette/palette_tool.h",
(...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
1206 "system/enterprise/tray_enterprise_unittest.cc", 1208 "system/enterprise/tray_enterprise_unittest.cc",
1207 "system/ime/tray_ime_chromeos_unittest.cc", 1209 "system/ime/tray_ime_chromeos_unittest.cc",
1208 "system/ime_menu/ime_menu_tray_unittest.cc", 1210 "system/ime_menu/ime_menu_tray_unittest.cc",
1209 "system/lock_screen_action/lock_screen_action_tray_unittest.cc", 1211 "system/lock_screen_action/lock_screen_action_tray_unittest.cc",
1210 "system/media_security/multi_profile_media_tray_item_unittest.cc", 1212 "system/media_security/multi_profile_media_tray_item_unittest.cc",
1211 "system/network/network_icon_unittest.cc", 1213 "system/network/network_icon_unittest.cc",
1212 "system/network/sms_observer_unittest.cc", 1214 "system/network/sms_observer_unittest.cc",
1213 "system/network/tray_network_unittest.cc", 1215 "system/network/tray_network_unittest.cc",
1214 "system/network/vpn_list_unittest.cc", 1216 "system/network/vpn_list_unittest.cc",
1215 "system/night_light/night_light_controller_unittest.cc", 1217 "system/night_light/night_light_controller_unittest.cc",
1218 "system/night_light/time_of_day_unittest.cc",
1216 "system/night_light/tray_night_light_unittest.cc", 1219 "system/night_light/tray_night_light_unittest.cc",
1217 "system/overview/overview_button_tray_unittest.cc", 1220 "system/overview/overview_button_tray_unittest.cc",
1218 "system/palette/mock_palette_tool_delegate.cc", 1221 "system/palette/mock_palette_tool_delegate.cc",
1219 "system/palette/mock_palette_tool_delegate.h", 1222 "system/palette/mock_palette_tool_delegate.h",
1220 "system/palette/palette_tool_manager_unittest.cc", 1223 "system/palette/palette_tool_manager_unittest.cc",
1221 "system/palette/tools/create_note_unittest.cc", 1224 "system/palette/tools/create_note_unittest.cc",
1222 "system/palette/tools/metalayer_unittest.cc", 1225 "system/palette/tools/metalayer_unittest.cc",
1223 "system/palette/tools/screenshot_unittest.cc", 1226 "system/palette/tools/screenshot_unittest.cc",
1224 "system/power/power_event_observer_unittest.cc", 1227 "system/power/power_event_observer_unittest.cc",
1225 "system/power/power_status_unittest.cc", 1228 "system/power/power_status_unittest.cc",
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
1523 "//content/public/app:both", 1526 "//content/public/app:both",
1524 "//device/bluetooth", 1527 "//device/bluetooth",
1525 ] 1528 ]
1526 1529
1527 data_deps = [ 1530 data_deps = [
1528 "//ash/strings:ash_test_strings", 1531 "//ash/strings:ash_test_strings",
1529 "//ash/resources:ash_test_resources_with_content_100_percent", 1532 "//ash/resources:ash_test_resources_with_content_100_percent",
1530 "//ash/resources:ash_test_resources_200_percent", 1533 "//ash/resources:ash_test_resources_200_percent",
1531 ] 1534 ]
1532 } 1535 }
OLDNEW
« no previous file with comments | « no previous file | ash/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698