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

Side by Side Diff: ash/ash.gyp

Issue 178183005: Add LogoutConfirmationController to show LogoutConfirmationDialogs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/shell.h » ('j') | ash/shell.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 'system/drive/tray_drive.h', 361 'system/drive/tray_drive.h',
362 'system/ime/ime_observer.h', 362 'system/ime/ime_observer.h',
363 'system/ime/tray_ime.cc', 363 'system/ime/tray_ime.cc',
364 'system/ime/tray_ime.h', 364 'system/ime/tray_ime.h',
365 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', 365 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
366 'system/locale/locale_notification_controller.cc', 366 'system/locale/locale_notification_controller.cc',
367 'system/locale/locale_notification_controller.h', 367 'system/locale/locale_notification_controller.h',
368 'system/logout_button/logout_button_observer.h', 368 'system/logout_button/logout_button_observer.h',
369 'system/logout_button/logout_button_tray.cc', 369 'system/logout_button/logout_button_tray.cc',
370 'system/logout_button/logout_button_tray.h', 370 'system/logout_button/logout_button_tray.h',
371 'system/logout_button/logout_confirmation_dialog_view.cc', 371 'system/logout_confirmation/logout_confirmation_controller.cc',
372 'system/logout_button/logout_confirmation_dialog_view.h', 372 'system/logout_confirmation/logout_confirmation_controller.h',
373 'system/logout_confirmation/logout_confirmation_dialog.cc',
374 'system/logout_confirmation/logout_confirmation_dialog.h',
stevenjb 2014/02/27 17:58:44 Are logout_button and logout_conformation related
bartfab (slow) 2014/02/28 12:13:49 As of this CL, the logout button is the only class
stevenjb 2014/03/04 23:33:29 I wouldn't say that implies a strong relationship,
bartfab (slow) 2014/03/05 18:19:44 Moving everything under ash/system/session makes s
373 'system/monitor/tray_monitor.cc', 375 'system/monitor/tray_monitor.cc',
374 'system/monitor/tray_monitor.h', 376 'system/monitor/tray_monitor.h',
375 'system/session_length_limit/session_length_limit_observer.h', 377 'system/session_length_limit/session_length_limit_observer.h',
376 'system/session_length_limit/tray_session_length_limit.cc', 378 'system/session_length_limit/tray_session_length_limit.cc',
377 'system/session_length_limit/tray_session_length_limit.h', 379 'system/session_length_limit/tray_session_length_limit.h',
378 'system/status_area_widget.cc', 380 'system/status_area_widget.cc',
379 'system/status_area_widget.h', 381 'system/status_area_widget.h',
380 'system/status_area_widget_delegate.cc', 382 'system/status_area_widget_delegate.cc',
381 'system/status_area_widget_delegate.h', 383 'system/status_area_widget_delegate.h',
382 'system/system_notifier.cc', 384 'system/system_notifier.cc',
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 'sticky_keys/sticky_keys_overlay_unittest.cc', 918 'sticky_keys/sticky_keys_overlay_unittest.cc',
917 'sticky_keys/sticky_keys_unittest.cc', 919 'sticky_keys/sticky_keys_unittest.cc',
918 'system/chromeos/managed/tray_locally_managed_user_unittest.cc', 920 'system/chromeos/managed/tray_locally_managed_user_unittest.cc',
919 'system/chromeos/network/network_state_notifier_unittest.cc', 921 'system/chromeos/network/network_state_notifier_unittest.cc',
920 'system/chromeos/power/power_event_observer_unittest.cc', 922 'system/chromeos/power/power_event_observer_unittest.cc',
921 'system/chromeos/power/power_status_unittest.cc', 923 'system/chromeos/power/power_status_unittest.cc',
922 'system/chromeos/power/tray_power_unittest.cc', 924 'system/chromeos/power/tray_power_unittest.cc',
923 'system/chromeos/screen_security/screen_tray_item_unittest.cc', 925 'system/chromeos/screen_security/screen_tray_item_unittest.cc',
924 'system/chromeos/tray_display_unittest.cc', 926 'system/chromeos/tray_display_unittest.cc',
925 'system/date/date_view_unittest.cc', 927 'system/date/date_view_unittest.cc',
926 'system/logout_button/logout_button_tray_unittest.cc', 928 'system/logout_confirmation/logout_confirmation_controller_unittest.cc',
927 'system/session_length_limit/tray_session_length_limit_unittest.cc', 929 'system/session_length_limit/tray_session_length_limit_unittest.cc',
928 'system/tray/system_tray_unittest.cc', 930 'system/tray/system_tray_unittest.cc',
929 'system/tray/tray_details_view_unittest.cc', 931 'system/tray/tray_details_view_unittest.cc',
930 'system/user/tray_user_unittest.cc', 932 'system/user/tray_user_unittest.cc',
931 'system/web_notification/web_notification_tray_unittest.cc', 933 'system/web_notification/web_notification_tray_unittest.cc',
932 'test/ash_test_helper_unittest.cc', 934 'test/ash_test_helper_unittest.cc',
933 'test/ash_unittests.cc', 935 'test/ash_unittests.cc',
934 'tooltips/tooltip_controller_unittest.cc', 936 'tooltips/tooltip_controller_unittest.cc',
935 'touch/touch_observer_hud_unittest.cc', 937 'touch/touch_observer_hud_unittest.cc',
936 'wm/app_list_controller_unittest.cc', 938 'wm/app_list_controller_unittest.cc',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 }, 1115 },
1114 }, 1116 },
1115 'dependencies': [ 1117 'dependencies': [
1116 '../sandbox/sandbox.gyp:sandbox', 1118 '../sandbox/sandbox.gyp:sandbox',
1117 ], 1119 ],
1118 }], 1120 }],
1119 ], 1121 ],
1120 }, 1122 },
1121 ], 1123 ],
1122 } 1124 }
OLDNEW
« no previous file with comments | « no previous file | ash/shell.h » ('j') | ash/shell.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698