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

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: rebase; remove scoped_ptr; remove GetUpdateInterval() 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
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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 'system/drive/tray_drive.h', 319 'system/drive/tray_drive.h',
320 'system/ime/ime_observer.h', 320 'system/ime/ime_observer.h',
321 'system/ime/tray_ime.cc', 321 'system/ime/tray_ime.cc',
322 'system/ime/tray_ime.h', 322 'system/ime/tray_ime.h',
323 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', 323 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
324 'system/locale/locale_notification_controller.cc', 324 'system/locale/locale_notification_controller.cc',
325 'system/locale/locale_notification_controller.h', 325 'system/locale/locale_notification_controller.h',
326 'system/logout_button/logout_button_observer.h', 326 'system/logout_button/logout_button_observer.h',
327 'system/logout_button/logout_button_tray.cc', 327 'system/logout_button/logout_button_tray.cc',
328 'system/logout_button/logout_button_tray.h', 328 'system/logout_button/logout_button_tray.h',
329 'system/logout_button/logout_confirmation_dialog_view.cc',
330 'system/logout_button/logout_confirmation_dialog_view.h',
329 'system/monitor/tray_monitor.cc', 331 'system/monitor/tray_monitor.cc',
330 'system/monitor/tray_monitor.h', 332 'system/monitor/tray_monitor.h',
331 'system/session_length_limit/session_length_limit_observer.h', 333 'system/session_length_limit/session_length_limit_observer.h',
332 'system/session_length_limit/tray_session_length_limit.cc', 334 'system/session_length_limit/tray_session_length_limit.cc',
333 'system/session_length_limit/tray_session_length_limit.h', 335 'system/session_length_limit/tray_session_length_limit.h',
334 'system/status_area_widget.cc', 336 'system/status_area_widget.cc',
335 'system/status_area_widget.h', 337 'system/status_area_widget.h',
336 'system/status_area_widget_delegate.cc', 338 'system/status_area_widget_delegate.cc',
337 'system/status_area_widget_delegate.h', 339 'system/status_area_widget_delegate.h',
338 'system/system_notifier.cc', 340 'system/system_notifier.cc',
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
817 'shell/window_watcher_unittest.cc', 819 'shell/window_watcher_unittest.cc',
818 'shell_unittest.cc', 820 'shell_unittest.cc',
819 'system/chromeos/managed/tray_locally_managed_user_unittest.cc', 821 'system/chromeos/managed/tray_locally_managed_user_unittest.cc',
820 'system/chromeos/network/network_state_notifier_unittest.cc', 822 'system/chromeos/network/network_state_notifier_unittest.cc',
821 'system/chromeos/power/power_event_observer_unittest.cc', 823 'system/chromeos/power/power_event_observer_unittest.cc',
822 'system/chromeos/power/power_status_unittest.cc', 824 'system/chromeos/power/power_status_unittest.cc',
823 'system/chromeos/power/tray_power_unittest.cc', 825 'system/chromeos/power/tray_power_unittest.cc',
824 'system/chromeos/screen_security/screen_tray_item_unittest.cc', 826 'system/chromeos/screen_security/screen_tray_item_unittest.cc',
825 'system/chromeos/tray_display_unittest.cc', 827 'system/chromeos/tray_display_unittest.cc',
826 'system/date/date_view_unittest.cc', 828 'system/date/date_view_unittest.cc',
829 'system/logout_button/logout_button_tray_unittest.cc',
827 'system/session_length_limit/tray_session_length_limit_unittest.cc', 830 'system/session_length_limit/tray_session_length_limit_unittest.cc',
828 'system/tray/system_tray_unittest.cc', 831 'system/tray/system_tray_unittest.cc',
829 'system/tray/tray_details_view_unittest.cc', 832 'system/tray/tray_details_view_unittest.cc',
830 'system/user/tray_user_unittest.cc', 833 'system/user/tray_user_unittest.cc',
831 'system/web_notification/web_notification_tray_unittest.cc', 834 'system/web_notification/web_notification_tray_unittest.cc',
832 'test/ash_test_helper_unittest.cc', 835 'test/ash_test_helper_unittest.cc',
833 'test/ash_unittests.cc', 836 'test/ash_unittests.cc',
834 'tooltips/tooltip_controller_unittest.cc', 837 'tooltips/tooltip_controller_unittest.cc',
835 'touch/touch_observer_hud_unittest.cc', 838 'touch/touch_observer_hud_unittest.cc',
836 'wm/app_list_controller_unittest.cc', 839 'wm/app_list_controller_unittest.cc',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 }, 1007 },
1005 }, 1008 },
1006 'dependencies': [ 1009 'dependencies': [
1007 '../sandbox/sandbox.gyp:sandbox', 1010 '../sandbox/sandbox.gyp:sandbox',
1008 ], 1011 ],
1009 }], 1012 }],
1010 ], 1013 ],
1011 }, 1014 },
1012 ], 1015 ],
1013 } 1016 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | ash/system/logout_button/logout_confirmation_dialog_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698