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

Side by Side Diff: ash/BUILD.gn

Issue 2497123002: chromeos: Move device shutdown handling out of chrome into ash (Closed)
Patch Set: rebase Created 4 years, 1 month 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/common/mojo_interface_factory.cc » ('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 assert(use_aura) 10 assert(use_aura)
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "common/shelf/shelf_window_watcher.cc", 180 "common/shelf/shelf_window_watcher.cc",
181 "common/shelf/shelf_window_watcher.h", 181 "common/shelf/shelf_window_watcher.h",
182 "common/shelf/shelf_window_watcher_item_delegate.cc", 182 "common/shelf/shelf_window_watcher_item_delegate.cc",
183 "common/shelf/shelf_window_watcher_item_delegate.h", 183 "common/shelf/shelf_window_watcher_item_delegate.h",
184 "common/shelf/wm_shelf.cc", 184 "common/shelf/wm_shelf.cc",
185 "common/shelf/wm_shelf.h", 185 "common/shelf/wm_shelf.h",
186 "common/shelf/wm_shelf_observer.h", 186 "common/shelf/wm_shelf_observer.h",
187 "common/shelf/wm_shelf_util.cc", 187 "common/shelf/wm_shelf_util.cc",
188 "common/shelf/wm_shelf_util.h", 188 "common/shelf/wm_shelf_util.h",
189 "common/shell_delegate.h", 189 "common/shell_delegate.h",
190 "common/shutdown_controller.cc",
191 "common/shutdown_controller.h",
190 "common/system/accessibility_observer.h", 192 "common/system/accessibility_observer.h",
191 "common/system/brightness_control_delegate.h", 193 "common/system/brightness_control_delegate.h",
192 "common/system/chromeos/audio/audio_detailed_view.cc", 194 "common/system/chromeos/audio/audio_detailed_view.cc",
193 "common/system/chromeos/audio/audio_detailed_view.h", 195 "common/system/chromeos/audio/audio_detailed_view.h",
194 "common/system/chromeos/audio/tray_audio.cc", 196 "common/system/chromeos/audio/tray_audio.cc",
195 "common/system/chromeos/audio/tray_audio.h", 197 "common/system/chromeos/audio/tray_audio.h",
196 "common/system/chromeos/audio/tray_audio_delegate.h", 198 "common/system/chromeos/audio/tray_audio_delegate.h",
197 "common/system/chromeos/audio/tray_audio_delegate_chromeos.cc", 199 "common/system/chromeos/audio/tray_audio_delegate_chromeos.cc",
198 "common/system/chromeos/audio/tray_audio_delegate_chromeos.h", 200 "common/system/chromeos/audio/tray_audio_delegate_chromeos.h",
199 "common/system/chromeos/audio/volume_view.cc", 201 "common/system/chromeos/audio/volume_view.cc",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "common/system/chromeos/session/logout_button_tray.h", 302 "common/system/chromeos/session/logout_button_tray.h",
301 "common/system/chromeos/session/logout_confirmation_controller.cc", 303 "common/system/chromeos/session/logout_confirmation_controller.cc",
302 "common/system/chromeos/session/logout_confirmation_controller.h", 304 "common/system/chromeos/session/logout_confirmation_controller.h",
303 "common/system/chromeos/session/logout_confirmation_dialog.cc", 305 "common/system/chromeos/session/logout_confirmation_dialog.cc",
304 "common/system/chromeos/session/logout_confirmation_dialog.h", 306 "common/system/chromeos/session/logout_confirmation_dialog.h",
305 "common/system/chromeos/session/session_length_limit_observer.h", 307 "common/system/chromeos/session/session_length_limit_observer.h",
306 "common/system/chromeos/session/tray_session_length_limit.cc", 308 "common/system/chromeos/session/tray_session_length_limit.cc",
307 "common/system/chromeos/session/tray_session_length_limit.h", 309 "common/system/chromeos/session/tray_session_length_limit.h",
308 "common/system/chromeos/settings/tray_settings.cc", 310 "common/system/chromeos/settings/tray_settings.cc",
309 "common/system/chromeos/settings/tray_settings.h", 311 "common/system/chromeos/settings/tray_settings.h",
310 "common/system/chromeos/shutdown_policy_observer.h",
311 "common/system/chromeos/supervised/custodian_info_tray_observer.h", 312 "common/system/chromeos/supervised/custodian_info_tray_observer.h",
312 "common/system/chromeos/supervised/tray_supervised_user.cc", 313 "common/system/chromeos/supervised/tray_supervised_user.cc",
313 "common/system/chromeos/supervised/tray_supervised_user.h", 314 "common/system/chromeos/supervised/tray_supervised_user.h",
314 "common/system/chromeos/system_clock_observer.cc", 315 "common/system/chromeos/system_clock_observer.cc",
315 "common/system/chromeos/system_clock_observer.h", 316 "common/system/chromeos/system_clock_observer.h",
316 "common/system/chromeos/tray_caps_lock.cc", 317 "common/system/chromeos/tray_caps_lock.cc",
317 "common/system/chromeos/tray_caps_lock.h", 318 "common/system/chromeos/tray_caps_lock.h",
318 "common/system/chromeos/tray_tracing.cc", 319 "common/system/chromeos/tray_tracing.cc",
319 "common/system/chromeos/tray_tracing.h", 320 "common/system/chromeos/tray_tracing.h",
320 "common/system/chromeos/virtual_keyboard/virtual_keyboard_observer.h", 321 "common/system/chromeos/virtual_keyboard/virtual_keyboard_observer.h",
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 "wm/resize_shadow.cc", 804 "wm/resize_shadow.cc",
804 "wm/resize_shadow.h", 805 "wm/resize_shadow.h",
805 "wm/resize_shadow_controller.cc", 806 "wm/resize_shadow_controller.cc",
806 "wm/resize_shadow_controller.h", 807 "wm/resize_shadow_controller.h",
807 "wm/screen_pinning_controller.cc", 808 "wm/screen_pinning_controller.cc",
808 "wm/screen_pinning_controller.h", 809 "wm/screen_pinning_controller.h",
809 "wm/session_state_animator.cc", 810 "wm/session_state_animator.cc",
810 "wm/session_state_animator.h", 811 "wm/session_state_animator.h",
811 "wm/session_state_animator_impl.cc", 812 "wm/session_state_animator_impl.cc",
812 "wm/session_state_animator_impl.h", 813 "wm/session_state_animator_impl.h",
813 "wm/shutdown_client_proxy.cc",
814 "wm/shutdown_client_proxy.h",
815 "wm/stacking_controller.cc", 814 "wm/stacking_controller.cc",
816 "wm/stacking_controller.h", 815 "wm/stacking_controller.h",
817 "wm/system_gesture_event_filter.cc", 816 "wm/system_gesture_event_filter.cc",
818 "wm/system_gesture_event_filter.h", 817 "wm/system_gesture_event_filter.h",
819 "wm/system_modal_container_event_filter.cc", 818 "wm/system_modal_container_event_filter.cc",
820 "wm/system_modal_container_event_filter.h", 819 "wm/system_modal_container_event_filter.h",
821 "wm/system_modal_container_event_filter_delegate.h", 820 "wm/system_modal_container_event_filter_delegate.h",
822 "wm/system_wallpaper_controller.cc", 821 "wm/system_wallpaper_controller.cc",
823 "wm/system_wallpaper_controller.h", 822 "wm/system_wallpaper_controller.h",
824 "wm/toplevel_window_event_handler.cc", 823 "wm/toplevel_window_event_handler.cc",
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
1490 if (is_win) { 1489 if (is_win) {
1491 configs -= [ "//build/config/win:console" ] 1490 configs -= [ "//build/config/win:console" ]
1492 configs += [ "//build/config/win:windowed" ] 1491 configs += [ "//build/config/win:windowed" ]
1493 deps += [ "//sandbox" ] 1492 deps += [ "//sandbox" ]
1494 } 1493 }
1495 1494
1496 if (is_chromeos) { 1495 if (is_chromeos) {
1497 deps += [ "//device/bluetooth" ] 1496 deps += [ "//device/bluetooth" ]
1498 } 1497 }
1499 } 1498 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/mojo_interface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698