OLD | NEW |
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 Loading... |
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 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
950 }, | 952 }, |
951 }, | 953 }, |
952 'dependencies': [ | 954 'dependencies': [ |
953 '../sandbox/sandbox.gyp:sandbox', | 955 '../sandbox/sandbox.gyp:sandbox', |
954 ], | 956 ], |
955 }], | 957 }], |
956 ], | 958 ], |
957 }, | 959 }, |
958 ], | 960 ], |
959 } | 961 } |
OLD | NEW |