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

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: Comments addressed. 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') | no next file with comments »
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/date/tray_date.h', 361 'system/date/tray_date.h',
362 'system/drive/drive_observer.h', 362 'system/drive/drive_observer.h',
363 'system/drive/tray_drive.cc', 363 'system/drive/tray_drive.cc',
364 'system/drive/tray_drive.h', 364 'system/drive/tray_drive.h',
365 'system/ime/ime_observer.h', 365 'system/ime/ime_observer.h',
366 'system/ime/tray_ime.cc', 366 'system/ime/tray_ime.cc',
367 'system/ime/tray_ime.h', 367 'system/ime/tray_ime.h',
368 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', 368 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
369 'system/locale/locale_notification_controller.cc', 369 'system/locale/locale_notification_controller.cc',
370 'system/locale/locale_notification_controller.h', 370 'system/locale/locale_notification_controller.h',
371 'system/logout_button/logout_button_observer.h', 371 'system/session/logout_button_observer.h',
372 'system/logout_button/logout_button_tray.cc', 372 'system/session/logout_button_tray.cc',
373 'system/logout_button/logout_button_tray.h', 373 'system/session/logout_button_tray.h',
374 'system/logout_button/logout_confirmation_dialog_view.cc', 374 'system/session/logout_confirmation_controller.cc',
375 'system/logout_button/logout_confirmation_dialog_view.h', 375 'system/session/logout_confirmation_controller.h',
376 'system/session_length_limit/session_length_limit_observer.h', 376 'system/session/logout_confirmation_dialog.cc',
377 'system/session_length_limit/tray_session_length_limit.cc', 377 'system/session/logout_confirmation_dialog.h',
378 'system/session_length_limit/tray_session_length_limit.h', 378 'system/session/session_length_limit_observer.h',
379 'system/session/tray_session_length_limit.cc',
380 'system/session/tray_session_length_limit.h',
379 'system/status_area_widget.cc', 381 'system/status_area_widget.cc',
380 'system/status_area_widget.h', 382 'system/status_area_widget.h',
381 'system/status_area_widget_delegate.cc', 383 'system/status_area_widget_delegate.cc',
382 'system/status_area_widget_delegate.h', 384 'system/status_area_widget_delegate.h',
383 'system/system_notifier.cc', 385 'system/system_notifier.cc',
384 'system/system_notifier.h', 386 'system/system_notifier.h',
385 'system/tray/actionable_view.cc', 387 'system/tray/actionable_view.cc',
386 'system/tray/actionable_view.h', 388 'system/tray/actionable_view.h',
387 'system/tray/default_system_tray_delegate.cc', 389 'system/tray/default_system_tray_delegate.cc',
388 'system/tray/default_system_tray_delegate.h', 390 'system/tray/default_system_tray_delegate.h',
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 'sticky_keys/sticky_keys_overlay_unittest.cc', 916 'sticky_keys/sticky_keys_overlay_unittest.cc',
915 'sticky_keys/sticky_keys_unittest.cc', 917 'sticky_keys/sticky_keys_unittest.cc',
916 'system/chromeos/managed/tray_locally_managed_user_unittest.cc', 918 'system/chromeos/managed/tray_locally_managed_user_unittest.cc',
917 'system/chromeos/network/network_state_notifier_unittest.cc', 919 'system/chromeos/network/network_state_notifier_unittest.cc',
918 'system/chromeos/power/power_event_observer_unittest.cc', 920 'system/chromeos/power/power_event_observer_unittest.cc',
919 'system/chromeos/power/power_status_unittest.cc', 921 'system/chromeos/power/power_status_unittest.cc',
920 'system/chromeos/power/tray_power_unittest.cc', 922 'system/chromeos/power/tray_power_unittest.cc',
921 'system/chromeos/screen_security/screen_tray_item_unittest.cc', 923 'system/chromeos/screen_security/screen_tray_item_unittest.cc',
922 'system/chromeos/tray_display_unittest.cc', 924 'system/chromeos/tray_display_unittest.cc',
923 'system/date/date_view_unittest.cc', 925 'system/date/date_view_unittest.cc',
924 'system/logout_button/logout_button_tray_unittest.cc', 926 'system/session/logout_confirmation_controller_unittest.cc',
925 'system/session_length_limit/tray_session_length_limit_unittest.cc', 927 'system/session/tray_session_length_limit_unittest.cc',
926 'system/tray/system_tray_unittest.cc', 928 'system/tray/system_tray_unittest.cc',
927 'system/tray/tray_details_view_unittest.cc', 929 'system/tray/tray_details_view_unittest.cc',
928 'system/user/tray_user_unittest.cc', 930 'system/user/tray_user_unittest.cc',
929 'system/web_notification/web_notification_tray_unittest.cc', 931 'system/web_notification/web_notification_tray_unittest.cc',
930 'test/ash_test_helper_unittest.cc', 932 'test/ash_test_helper_unittest.cc',
931 'test/ash_unittests.cc', 933 'test/ash_unittests.cc',
932 'tooltips/tooltip_controller_unittest.cc', 934 'tooltips/tooltip_controller_unittest.cc',
933 'touch/touch_observer_hud_unittest.cc', 935 'touch/touch_observer_hud_unittest.cc',
934 'wm/app_list_controller_unittest.cc', 936 'wm/app_list_controller_unittest.cc',
935 'wm/ash_native_cursor_manager_unittest.cc', 937 'wm/ash_native_cursor_manager_unittest.cc',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
1117 }], 1119 }],
1118 ['chromeos==1', { 1120 ['chromeos==1', {
1119 'dependencies': [ 1121 'dependencies': [
1120 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1122 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1121 ], 1123 ],
1122 }], 1124 }],
1123 ], 1125 ],
1124 }, 1126 },
1125 ], 1127 ],
1126 } 1128 }
OLDNEW
« no previous file with comments | « no previous file | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698