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

Side by Side Diff: ash/ash.gyp

Issue 40053002: Implements the dialog view for logout button tray in public sessions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor improvement on comments Created 7 years 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/ash_strings.grd » ('j') | ash/system/logout_button/logout_button_observer.h » ('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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 'system/drive/tray_drive.h', 302 'system/drive/tray_drive.h',
303 'system/ime/ime_observer.h', 303 'system/ime/ime_observer.h',
304 'system/ime/tray_ime.cc', 304 'system/ime/tray_ime.cc',
305 'system/ime/tray_ime.h', 305 'system/ime/tray_ime.h',
306 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', 306 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
307 'system/locale/locale_notification_controller.cc', 307 'system/locale/locale_notification_controller.cc',
308 'system/locale/locale_notification_controller.h', 308 'system/locale/locale_notification_controller.h',
309 'system/logout_button/logout_button_observer.h', 309 'system/logout_button/logout_button_observer.h',
310 'system/logout_button/logout_button_tray.cc', 310 'system/logout_button/logout_button_tray.cc',
311 'system/logout_button/logout_button_tray.h', 311 'system/logout_button/logout_button_tray.h',
312 'system/logout_button/logout_confirmation_dialog_view.cc',
313 'system/logout_button/logout_confirmation_dialog_view.h',
312 'system/monitor/tray_monitor.cc', 314 'system/monitor/tray_monitor.cc',
313 'system/monitor/tray_monitor.h', 315 'system/monitor/tray_monitor.h',
314 'system/session_length_limit/session_length_limit_observer.h', 316 'system/session_length_limit/session_length_limit_observer.h',
315 'system/session_length_limit/tray_session_length_limit.cc', 317 'system/session_length_limit/tray_session_length_limit.cc',
316 'system/session_length_limit/tray_session_length_limit.h', 318 'system/session_length_limit/tray_session_length_limit.h',
317 'system/status_area_widget.cc', 319 'system/status_area_widget.cc',
318 'system/status_area_widget.h', 320 'system/status_area_widget.h',
319 'system/status_area_widget_delegate.cc', 321 'system/status_area_widget_delegate.cc',
320 'system/status_area_widget_delegate.h', 322 'system/status_area_widget_delegate.h',
321 'system/system_notifier.cc', 323 'system/system_notifier.cc',
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 'shell/toplevel_window.h', 775 'shell/toplevel_window.h',
774 'shell/widgets.cc', 776 'shell/widgets.cc',
775 'shell/window_type_launcher.cc', 777 'shell/window_type_launcher.cc',
776 'shell/window_type_launcher.h', 778 'shell/window_type_launcher.h',
777 'shell/window_watcher.cc', 779 'shell/window_watcher.cc',
778 'shell/window_watcher.h', 780 'shell/window_watcher.h',
779 'shell/window_watcher_launcher_item_delegate.cc', 781 'shell/window_watcher_launcher_item_delegate.cc',
780 'shell/window_watcher_launcher_item_delegate.h', 782 'shell/window_watcher_launcher_item_delegate.h',
781 'shell/window_watcher_unittest.cc', 783 'shell/window_watcher_unittest.cc',
782 'shell_unittest.cc', 784 'shell_unittest.cc',
785 "system/logout_button/logout_button_tray_unittest.cc",
783 'system/chromeos/managed/tray_locally_managed_user_unittest.cc', 786 'system/chromeos/managed/tray_locally_managed_user_unittest.cc',
784 'system/chromeos/network/network_state_notifier_unittest.cc', 787 'system/chromeos/network/network_state_notifier_unittest.cc',
785 'system/chromeos/power/power_status_unittest.cc', 788 'system/chromeos/power/power_status_unittest.cc',
786 'system/chromeos/power/tray_power_unittest.cc', 789 'system/chromeos/power/tray_power_unittest.cc',
787 'system/chromeos/screen_security/screen_tray_item_unittest.cc', 790 'system/chromeos/screen_security/screen_tray_item_unittest.cc',
788 'system/chromeos/tray_display_unittest.cc', 791 'system/chromeos/tray_display_unittest.cc',
789 'system/date/date_view_unittest.cc', 792 'system/date/date_view_unittest.cc',
790 'system/tray/system_tray_unittest.cc', 793 'system/tray/system_tray_unittest.cc',
791 'system/user/tray_user_unittest.cc', 794 'system/user/tray_user_unittest.cc',
792 'system/web_notification/web_notification_tray_unittest.cc', 795 'system/web_notification/web_notification_tray_unittest.cc',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 }, 953 },
951 }, 954 },
952 'dependencies': [ 955 'dependencies': [
953 '../sandbox/sandbox.gyp:sandbox', 956 '../sandbox/sandbox.gyp:sandbox',
954 ], 957 ],
955 }], 958 }],
956 ], 959 ],
957 }, 960 },
958 ], 961 ],
959 } 962 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | ash/system/logout_button/logout_button_observer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698