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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
796 'shell/shell_delegate_impl.h', | 798 'shell/shell_delegate_impl.h', |
797 'shell/widgets.cc', | 799 'shell/widgets.cc', |
798 'shell/window_type_launcher.cc', | 800 'shell/window_type_launcher.cc', |
799 'shell/window_type_launcher.h', | 801 'shell/window_type_launcher.h', |
800 'shell/window_watcher.cc', | 802 'shell/window_watcher.cc', |
801 'shell/window_watcher.h', | 803 'shell/window_watcher.h', |
802 'shell/window_watcher_shelf_item_delegate.cc', | 804 'shell/window_watcher_shelf_item_delegate.cc', |
803 'shell/window_watcher_shelf_item_delegate.h', | 805 'shell/window_watcher_shelf_item_delegate.h', |
804 'shell/window_watcher_unittest.cc', | 806 'shell/window_watcher_unittest.cc', |
805 'shell_unittest.cc', | 807 'shell_unittest.cc', |
808 "system/logout_button/logout_button_tray_unittest.cc", | |
bartfab (slow)
2013/12/10 12:41:16
1/ Use single quotes ('), not double quotes (").
2
binjin
2013/12/12 13:56:55
Done.
| |
806 'system/chromeos/managed/tray_locally_managed_user_unittest.cc', | 809 'system/chromeos/managed/tray_locally_managed_user_unittest.cc', |
807 'system/chromeos/network/network_state_notifier_unittest.cc', | 810 'system/chromeos/network/network_state_notifier_unittest.cc', |
808 'system/chromeos/power/power_event_observer_unittest.cc', | 811 'system/chromeos/power/power_event_observer_unittest.cc', |
809 'system/chromeos/power/power_status_unittest.cc', | 812 'system/chromeos/power/power_status_unittest.cc', |
810 'system/chromeos/power/tray_power_unittest.cc', | 813 'system/chromeos/power/tray_power_unittest.cc', |
811 'system/chromeos/screen_security/screen_tray_item_unittest.cc', | 814 'system/chromeos/screen_security/screen_tray_item_unittest.cc', |
812 'system/chromeos/tray_display_unittest.cc', | 815 'system/chromeos/tray_display_unittest.cc', |
813 'system/date/date_view_unittest.cc', | 816 'system/date/date_view_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', |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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 } |
OLD | NEW |