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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
362 'system/date/tray_date.h', | 362 'system/date/tray_date.h', |
363 'system/drive/drive_observer.h', | 363 'system/drive/drive_observer.h', |
364 'system/drive/tray_drive.cc', | 364 'system/drive/tray_drive.cc', |
365 'system/drive/tray_drive.h', | 365 'system/drive/tray_drive.h', |
366 'system/ime/ime_observer.h', | 366 'system/ime/ime_observer.h', |
367 'system/ime/tray_ime.cc', | 367 'system/ime/tray_ime.cc', |
368 'system/ime/tray_ime.h', | 368 'system/ime/tray_ime.h', |
369 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', | 369 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', |
370 'system/locale/locale_notification_controller.cc', | 370 'system/locale/locale_notification_controller.cc', |
371 'system/locale/locale_notification_controller.h', | 371 'system/locale/locale_notification_controller.h', |
| 372 'system/overview/overview_button_tray.h', |
| 373 'system/overview/overview_button_tray.cc', |
372 'system/session/logout_button_observer.h', | 374 'system/session/logout_button_observer.h', |
373 'system/session/logout_button_tray.cc', | 375 'system/session/logout_button_tray.cc', |
374 'system/session/logout_button_tray.h', | 376 'system/session/logout_button_tray.h', |
375 'system/session/logout_confirmation_controller.cc', | 377 'system/session/logout_confirmation_controller.cc', |
376 'system/session/logout_confirmation_controller.h', | 378 'system/session/logout_confirmation_controller.h', |
377 'system/session/logout_confirmation_dialog.cc', | 379 'system/session/logout_confirmation_dialog.cc', |
378 'system/session/logout_confirmation_dialog.h', | 380 'system/session/logout_confirmation_dialog.h', |
379 'system/session/session_length_limit_observer.h', | 381 'system/session/session_length_limit_observer.h', |
380 'system/session/tray_session_length_limit.cc', | 382 'system/session/tray_session_length_limit.cc', |
381 'system/session/tray_session_length_limit.h', | 383 'system/session/tray_session_length_limit.h', |
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
918 'system/chromeos/managed/tray_locally_managed_user_unittest.cc', | 920 'system/chromeos/managed/tray_locally_managed_user_unittest.cc', |
919 'system/chromeos/network/network_state_notifier_unittest.cc', | 921 'system/chromeos/network/network_state_notifier_unittest.cc', |
920 'system/chromeos/power/power_event_observer_unittest.cc', | 922 'system/chromeos/power/power_event_observer_unittest.cc', |
921 'system/chromeos/power/power_status_unittest.cc', | 923 'system/chromeos/power/power_status_unittest.cc', |
922 'system/chromeos/power/power_status_view_unittest.cc', | 924 'system/chromeos/power/power_status_view_unittest.cc', |
923 'system/chromeos/power/tray_power_unittest.cc', | 925 'system/chromeos/power/tray_power_unittest.cc', |
924 'system/chromeos/screen_security/screen_tray_item_unittest.cc', | 926 'system/chromeos/screen_security/screen_tray_item_unittest.cc', |
925 'system/chromeos/tray_display_unittest.cc', | 927 'system/chromeos/tray_display_unittest.cc', |
926 'system/date/date_view_unittest.cc', | 928 'system/date/date_view_unittest.cc', |
927 'system/session/logout_confirmation_controller_unittest.cc', | 929 'system/session/logout_confirmation_controller_unittest.cc', |
| 930 'system/overview/overview_button_tray_unittest.cc', |
928 'system/session/tray_session_length_limit_unittest.cc', | 931 'system/session/tray_session_length_limit_unittest.cc', |
929 'system/tray/system_tray_unittest.cc', | 932 'system/tray/system_tray_unittest.cc', |
930 'system/tray/tray_details_view_unittest.cc', | 933 'system/tray/tray_details_view_unittest.cc', |
931 'system/user/tray_user_unittest.cc', | 934 'system/user/tray_user_unittest.cc', |
932 'system/web_notification/web_notification_tray_unittest.cc', | 935 'system/web_notification/web_notification_tray_unittest.cc', |
933 'test/ash_test_helper_unittest.cc', | 936 'test/ash_test_helper_unittest.cc', |
934 'test/ash_unittests.cc', | 937 'test/ash_unittests.cc', |
935 'tooltips/tooltip_controller_unittest.cc', | 938 'tooltips/tooltip_controller_unittest.cc', |
936 'touch/touch_observer_hud_unittest.cc', | 939 'touch/touch_observer_hud_unittest.cc', |
937 'wm/app_list_controller_unittest.cc', | 940 'wm/app_list_controller_unittest.cc', |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1122 }], | 1125 }], |
1123 ['chromeos==1', { | 1126 ['chromeos==1', { |
1124 'dependencies': [ | 1127 'dependencies': [ |
1125 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1128 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
1126 ], | 1129 ], |
1127 }], | 1130 }], |
1128 ], | 1131 ], |
1129 }, | 1132 }, |
1130 ], | 1133 ], |
1131 } | 1134 } |
OLD | NEW |