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

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 Created 6 years, 11 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
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 'system/drive/tray_drive.h', 325 'system/drive/tray_drive.h',
326 'system/ime/ime_observer.h', 326 'system/ime/ime_observer.h',
327 'system/ime/tray_ime.cc', 327 'system/ime/tray_ime.cc',
328 'system/ime/tray_ime.h', 328 'system/ime/tray_ime.h',
329 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', 329 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
330 'system/locale/locale_notification_controller.cc', 330 'system/locale/locale_notification_controller.cc',
331 'system/locale/locale_notification_controller.h', 331 'system/locale/locale_notification_controller.h',
332 'system/logout_button/logout_button_observer.h', 332 'system/logout_button/logout_button_observer.h',
333 'system/logout_button/logout_button_tray.cc', 333 'system/logout_button/logout_button_tray.cc',
334 'system/logout_button/logout_button_tray.h', 334 'system/logout_button/logout_button_tray.h',
335 'system/logout_button/logout_confirmation_dialog_view.cc',
336 'system/logout_button/logout_confirmation_dialog_view.h',
335 'system/monitor/tray_monitor.cc', 337 'system/monitor/tray_monitor.cc',
336 'system/monitor/tray_monitor.h', 338 'system/monitor/tray_monitor.h',
337 'system/session_length_limit/session_length_limit_observer.h', 339 'system/session_length_limit/session_length_limit_observer.h',
338 'system/session_length_limit/tray_session_length_limit.cc', 340 'system/session_length_limit/tray_session_length_limit.cc',
339 'system/session_length_limit/tray_session_length_limit.h', 341 'system/session_length_limit/tray_session_length_limit.h',
340 'system/status_area_widget.cc', 342 'system/status_area_widget.cc',
341 'system/status_area_widget.h', 343 'system/status_area_widget.h',
342 'system/status_area_widget_delegate.cc', 344 'system/status_area_widget_delegate.cc',
343 'system/status_area_widget_delegate.h', 345 'system/status_area_widget_delegate.h',
344 'system/system_notifier.cc', 346 'system/system_notifier.cc',
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 'shell_unittest.cc', 823 'shell_unittest.cc',
822 'sticky_keys/sticky_keys_unittest.cc', 824 'sticky_keys/sticky_keys_unittest.cc',
823 'system/chromeos/managed/tray_locally_managed_user_unittest.cc', 825 'system/chromeos/managed/tray_locally_managed_user_unittest.cc',
824 'system/chromeos/network/network_state_notifier_unittest.cc', 826 'system/chromeos/network/network_state_notifier_unittest.cc',
825 'system/chromeos/power/power_event_observer_unittest.cc', 827 'system/chromeos/power/power_event_observer_unittest.cc',
826 'system/chromeos/power/power_status_unittest.cc', 828 'system/chromeos/power/power_status_unittest.cc',
827 'system/chromeos/power/tray_power_unittest.cc', 829 'system/chromeos/power/tray_power_unittest.cc',
828 'system/chromeos/screen_security/screen_tray_item_unittest.cc', 830 'system/chromeos/screen_security/screen_tray_item_unittest.cc',
829 'system/chromeos/tray_display_unittest.cc', 831 'system/chromeos/tray_display_unittest.cc',
830 'system/date/date_view_unittest.cc', 832 'system/date/date_view_unittest.cc',
833 'system/logout_button/logout_button_tray_unittest.cc',
831 'system/session_length_limit/tray_session_length_limit_unittest.cc', 834 'system/session_length_limit/tray_session_length_limit_unittest.cc',
832 'system/tray/system_tray_unittest.cc', 835 'system/tray/system_tray_unittest.cc',
833 'system/tray/tray_details_view_unittest.cc', 836 'system/tray/tray_details_view_unittest.cc',
834 'system/user/tray_user_unittest.cc', 837 'system/user/tray_user_unittest.cc',
835 'system/web_notification/web_notification_tray_unittest.cc', 838 'system/web_notification/web_notification_tray_unittest.cc',
836 'test/ash_test_helper_unittest.cc', 839 'test/ash_test_helper_unittest.cc',
837 'test/ash_unittests.cc', 840 'test/ash_unittests.cc',
838 'tooltips/tooltip_controller_unittest.cc', 841 'tooltips/tooltip_controller_unittest.cc',
839 'touch/touch_observer_hud_unittest.cc', 842 'touch/touch_observer_hud_unittest.cc',
840 'wm/app_list_controller_unittest.cc', 843 'wm/app_list_controller_unittest.cc',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
1007 }, 1010 },
1008 }, 1011 },
1009 'dependencies': [ 1012 'dependencies': [
1010 '../sandbox/sandbox.gyp:sandbox', 1013 '../sandbox/sandbox.gyp:sandbox',
1011 ], 1014 ],
1012 }], 1015 }],
1013 ], 1016 ],
1014 }, 1017 },
1015 ], 1018 ],
1016 } 1019 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698