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

Side by Side Diff: ash/BUILD.gn

Issue 2497123002: chromeos: Move device shutdown handling out of chrome into ash (Closed)
Patch Set: 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') | ash/common/shutdown_controller.h » ('J')
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/audio_observer.h", 196 "common/system/chromeos/audio/audio_observer.h",
195 "common/system/chromeos/audio/tray_audio.cc", 197 "common/system/chromeos/audio/tray_audio.cc",
196 "common/system/chromeos/audio/tray_audio.h", 198 "common/system/chromeos/audio/tray_audio.h",
197 "common/system/chromeos/audio/tray_audio_delegate.h", 199 "common/system/chromeos/audio/tray_audio_delegate.h",
198 "common/system/chromeos/audio/tray_audio_delegate_chromeos.cc", 200 "common/system/chromeos/audio/tray_audio_delegate_chromeos.cc",
199 "common/system/chromeos/audio/tray_audio_delegate_chromeos.h", 201 "common/system/chromeos/audio/tray_audio_delegate_chromeos.h",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 "common/system/chromeos/session/logout_button_tray.h", 303 "common/system/chromeos/session/logout_button_tray.h",
302 "common/system/chromeos/session/logout_confirmation_controller.cc", 304 "common/system/chromeos/session/logout_confirmation_controller.cc",
303 "common/system/chromeos/session/logout_confirmation_controller.h", 305 "common/system/chromeos/session/logout_confirmation_controller.h",
304 "common/system/chromeos/session/logout_confirmation_dialog.cc", 306 "common/system/chromeos/session/logout_confirmation_dialog.cc",
305 "common/system/chromeos/session/logout_confirmation_dialog.h", 307 "common/system/chromeos/session/logout_confirmation_dialog.h",
306 "common/system/chromeos/session/session_length_limit_observer.h", 308 "common/system/chromeos/session/session_length_limit_observer.h",
307 "common/system/chromeos/session/tray_session_length_limit.cc", 309 "common/system/chromeos/session/tray_session_length_limit.cc",
308 "common/system/chromeos/session/tray_session_length_limit.h", 310 "common/system/chromeos/session/tray_session_length_limit.h",
309 "common/system/chromeos/settings/tray_settings.cc", 311 "common/system/chromeos/settings/tray_settings.cc",
310 "common/system/chromeos/settings/tray_settings.h", 312 "common/system/chromeos/settings/tray_settings.h",
311 "common/system/chromeos/shutdown_policy_observer.h",
312 "common/system/chromeos/supervised/custodian_info_tray_observer.h", 313 "common/system/chromeos/supervised/custodian_info_tray_observer.h",
313 "common/system/chromeos/supervised/tray_supervised_user.cc", 314 "common/system/chromeos/supervised/tray_supervised_user.cc",
314 "common/system/chromeos/supervised/tray_supervised_user.h", 315 "common/system/chromeos/supervised/tray_supervised_user.h",
315 "common/system/chromeos/system_clock_observer.cc", 316 "common/system/chromeos/system_clock_observer.cc",
316 "common/system/chromeos/system_clock_observer.h", 317 "common/system/chromeos/system_clock_observer.h",
317 "common/system/chromeos/tray_caps_lock.cc", 318 "common/system/chromeos/tray_caps_lock.cc",
318 "common/system/chromeos/tray_caps_lock.h", 319 "common/system/chromeos/tray_caps_lock.h",
319 "common/system/chromeos/tray_tracing.cc", 320 "common/system/chromeos/tray_tracing.cc",
320 "common/system/chromeos/tray_tracing.h", 321 "common/system/chromeos/tray_tracing.h",
321 "common/system/chromeos/virtual_keyboard/virtual_keyboard_observer.h", 322 "common/system/chromeos/virtual_keyboard/virtual_keyboard_observer.h",
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 "wm/resize_shadow.cc", 805 "wm/resize_shadow.cc",
805 "wm/resize_shadow.h", 806 "wm/resize_shadow.h",
806 "wm/resize_shadow_controller.cc", 807 "wm/resize_shadow_controller.cc",
807 "wm/resize_shadow_controller.h", 808 "wm/resize_shadow_controller.h",
808 "wm/screen_pinning_controller.cc", 809 "wm/screen_pinning_controller.cc",
809 "wm/screen_pinning_controller.h", 810 "wm/screen_pinning_controller.h",
810 "wm/session_state_animator.cc", 811 "wm/session_state_animator.cc",
811 "wm/session_state_animator.h", 812 "wm/session_state_animator.h",
812 "wm/session_state_animator_impl.cc", 813 "wm/session_state_animator_impl.cc",
813 "wm/session_state_animator_impl.h", 814 "wm/session_state_animator_impl.h",
814 "wm/shutdown_client_proxy.cc",
815 "wm/shutdown_client_proxy.h",
816 "wm/stacking_controller.cc", 815 "wm/stacking_controller.cc",
817 "wm/stacking_controller.h", 816 "wm/stacking_controller.h",
818 "wm/system_gesture_event_filter.cc", 817 "wm/system_gesture_event_filter.cc",
819 "wm/system_gesture_event_filter.h", 818 "wm/system_gesture_event_filter.h",
820 "wm/system_modal_container_event_filter.cc", 819 "wm/system_modal_container_event_filter.cc",
821 "wm/system_modal_container_event_filter.h", 820 "wm/system_modal_container_event_filter.h",
822 "wm/system_modal_container_event_filter_delegate.h", 821 "wm/system_modal_container_event_filter_delegate.h",
823 "wm/system_wallpaper_controller.cc", 822 "wm/system_wallpaper_controller.cc",
824 "wm/system_wallpaper_controller.h", 823 "wm/system_wallpaper_controller.h",
825 "wm/toplevel_window_event_handler.cc", 824 "wm/toplevel_window_event_handler.cc",
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
1491 if (is_win) { 1490 if (is_win) {
1492 configs -= [ "//build/config/win:console" ] 1491 configs -= [ "//build/config/win:console" ]
1493 configs += [ "//build/config/win:windowed" ] 1492 configs += [ "//build/config/win:windowed" ]
1494 deps += [ "//sandbox" ] 1493 deps += [ "//sandbox" ]
1495 } 1494 }
1496 1495
1497 if (is_chromeos) { 1496 if (is_chromeos) {
1498 deps += [ "//device/bluetooth" ] 1497 deps += [ "//device/bluetooth" ]
1499 } 1498 }
1500 } 1499 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/mojo_interface_factory.cc » ('j') | ash/common/shutdown_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698