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

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: more fixes 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_tray.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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 'system/drive/tray_drive.h', 312 'system/drive/tray_drive.h',
313 'system/ime/ime_observer.h', 313 'system/ime/ime_observer.h',
314 'system/ime/tray_ime.cc', 314 'system/ime/tray_ime.cc',
315 'system/ime/tray_ime.h', 315 'system/ime/tray_ime.h',
316 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', 316 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
317 'system/locale/locale_notification_controller.cc', 317 'system/locale/locale_notification_controller.cc',
318 'system/locale/locale_notification_controller.h', 318 'system/locale/locale_notification_controller.h',
319 'system/logout_button/logout_button_observer.h', 319 'system/logout_button/logout_button_observer.h',
320 'system/logout_button/logout_button_tray.cc', 320 'system/logout_button/logout_button_tray.cc',
321 'system/logout_button/logout_button_tray.h', 321 'system/logout_button/logout_button_tray.h',
322 'system/logout_button/logout_confirmation_dialog_view.cc',
323 'system/logout_button/logout_confirmation_dialog_view.h',
322 'system/monitor/tray_monitor.cc', 324 'system/monitor/tray_monitor.cc',
323 'system/monitor/tray_monitor.h', 325 'system/monitor/tray_monitor.h',
324 'system/session_length_limit/session_length_limit_observer.h', 326 'system/session_length_limit/session_length_limit_observer.h',
325 'system/session_length_limit/tray_session_length_limit.cc', 327 'system/session_length_limit/tray_session_length_limit.cc',
326 'system/session_length_limit/tray_session_length_limit.h', 328 'system/session_length_limit/tray_session_length_limit.h',
327 'system/status_area_widget.cc', 329 'system/status_area_widget.cc',
328 'system/status_area_widget.h', 330 'system/status_area_widget.h',
329 'system/status_area_widget_delegate.cc', 331 'system/status_area_widget_delegate.cc',
330 'system/status_area_widget_delegate.h', 332 'system/status_area_widget_delegate.h',
331 'system/system_notifier.cc', 333 'system/system_notifier.cc',
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 'shell/window_watcher_unittest.cc', 806 'shell/window_watcher_unittest.cc',
805 'shell_unittest.cc', 807 'shell_unittest.cc',
806 'system/chromeos/managed/tray_locally_managed_user_unittest.cc', 808 'system/chromeos/managed/tray_locally_managed_user_unittest.cc',
807 'system/chromeos/network/network_state_notifier_unittest.cc', 809 'system/chromeos/network/network_state_notifier_unittest.cc',
808 'system/chromeos/power/power_event_observer_unittest.cc', 810 'system/chromeos/power/power_event_observer_unittest.cc',
809 'system/chromeos/power/power_status_unittest.cc', 811 'system/chromeos/power/power_status_unittest.cc',
810 'system/chromeos/power/tray_power_unittest.cc', 812 'system/chromeos/power/tray_power_unittest.cc',
811 'system/chromeos/screen_security/screen_tray_item_unittest.cc', 813 'system/chromeos/screen_security/screen_tray_item_unittest.cc',
812 'system/chromeos/tray_display_unittest.cc', 814 'system/chromeos/tray_display_unittest.cc',
813 'system/date/date_view_unittest.cc', 815 'system/date/date_view_unittest.cc',
816 'system/logout_button/logout_button_tray_unittest.cc',
814 'system/tray/system_tray_unittest.cc', 817 'system/tray/system_tray_unittest.cc',
815 'system/tray/tray_details_view_unittest.cc', 818 'system/tray/tray_details_view_unittest.cc',
816 'system/user/tray_user_unittest.cc', 819 'system/user/tray_user_unittest.cc',
817 'system/web_notification/web_notification_tray_unittest.cc', 820 'system/web_notification/web_notification_tray_unittest.cc',
818 'test/ash_test_helper_unittest.cc', 821 'test/ash_test_helper_unittest.cc',
819 'test/ash_unittests.cc', 822 'test/ash_unittests.cc',
820 'tooltips/tooltip_controller_unittest.cc', 823 'tooltips/tooltip_controller_unittest.cc',
821 'touch/touch_observer_hud_unittest.cc', 824 'touch/touch_observer_hud_unittest.cc',
822 'wm/app_list_controller_unittest.cc', 825 'wm/app_list_controller_unittest.cc',
823 'wm/ash_native_cursor_manager_unittest.cc', 826 'wm/ash_native_cursor_manager_unittest.cc',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
986 }, 989 },
987 }, 990 },
988 'dependencies': [ 991 'dependencies': [
989 '../sandbox/sandbox.gyp:sandbox', 992 '../sandbox/sandbox.gyp:sandbox',
990 ], 993 ],
991 }], 994 }],
992 ], 995 ],
993 }, 996 },
994 ], 997 ],
995 } 998 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | ash/system/logout_button/logout_button_tray.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698