| 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 'system/date/tray_date.h', | 361 'system/date/tray_date.h', |
| 362 'system/drive/drive_observer.h', | 362 'system/drive/drive_observer.h', |
| 363 'system/drive/tray_drive.cc', | 363 'system/drive/tray_drive.cc', |
| 364 'system/drive/tray_drive.h', | 364 'system/drive/tray_drive.h', |
| 365 'system/ime/ime_observer.h', | 365 'system/ime/ime_observer.h', |
| 366 'system/ime/tray_ime.cc', | 366 'system/ime/tray_ime.cc', |
| 367 'system/ime/tray_ime.h', | 367 'system/ime/tray_ime.h', |
| 368 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', | 368 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', |
| 369 'system/locale/locale_notification_controller.cc', | 369 'system/locale/locale_notification_controller.cc', |
| 370 'system/locale/locale_notification_controller.h', | 370 'system/locale/locale_notification_controller.h', |
| 371 'system/logout_button/logout_button_observer.h', | 371 'system/session/logout_button_observer.h', |
| 372 'system/logout_button/logout_button_tray.cc', | 372 'system/session/logout_button_tray.cc', |
| 373 'system/logout_button/logout_button_tray.h', | 373 'system/session/logout_button_tray.h', |
| 374 'system/logout_button/logout_confirmation_dialog_view.cc', | 374 'system/session/logout_confirmation_controller.cc', |
| 375 'system/logout_button/logout_confirmation_dialog_view.h', | 375 'system/session/logout_confirmation_controller.h', |
| 376 'system/session_length_limit/session_length_limit_observer.h', | 376 'system/session/logout_confirmation_dialog.cc', |
| 377 'system/session_length_limit/tray_session_length_limit.cc', | 377 'system/session/logout_confirmation_dialog.h', |
| 378 'system/session_length_limit/tray_session_length_limit.h', | 378 'system/session/session_length_limit_observer.h', |
| 379 'system/session/tray_session_length_limit.cc', |
| 380 'system/session/tray_session_length_limit.h', |
| 379 'system/status_area_widget.cc', | 381 'system/status_area_widget.cc', |
| 380 'system/status_area_widget.h', | 382 'system/status_area_widget.h', |
| 381 'system/status_area_widget_delegate.cc', | 383 'system/status_area_widget_delegate.cc', |
| 382 'system/status_area_widget_delegate.h', | 384 'system/status_area_widget_delegate.h', |
| 383 'system/system_notifier.cc', | 385 'system/system_notifier.cc', |
| 384 'system/system_notifier.h', | 386 'system/system_notifier.h', |
| 385 'system/tray/actionable_view.cc', | 387 'system/tray/actionable_view.cc', |
| 386 'system/tray/actionable_view.h', | 388 'system/tray/actionable_view.h', |
| 387 'system/tray/default_system_tray_delegate.cc', | 389 'system/tray/default_system_tray_delegate.cc', |
| 388 'system/tray/default_system_tray_delegate.h', | 390 'system/tray/default_system_tray_delegate.h', |
| (...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 912 'sticky_keys/sticky_keys_overlay_unittest.cc', | 914 'sticky_keys/sticky_keys_overlay_unittest.cc', |
| 913 'sticky_keys/sticky_keys_unittest.cc', | 915 'sticky_keys/sticky_keys_unittest.cc', |
| 914 'system/chromeos/managed/tray_locally_managed_user_unittest.cc', | 916 'system/chromeos/managed/tray_locally_managed_user_unittest.cc', |
| 915 'system/chromeos/network/network_state_notifier_unittest.cc', | 917 'system/chromeos/network/network_state_notifier_unittest.cc', |
| 916 'system/chromeos/power/power_event_observer_unittest.cc', | 918 'system/chromeos/power/power_event_observer_unittest.cc', |
| 917 'system/chromeos/power/power_status_unittest.cc', | 919 'system/chromeos/power/power_status_unittest.cc', |
| 918 'system/chromeos/power/tray_power_unittest.cc', | 920 'system/chromeos/power/tray_power_unittest.cc', |
| 919 'system/chromeos/screen_security/screen_tray_item_unittest.cc', | 921 'system/chromeos/screen_security/screen_tray_item_unittest.cc', |
| 920 'system/chromeos/tray_display_unittest.cc', | 922 'system/chromeos/tray_display_unittest.cc', |
| 921 'system/date/date_view_unittest.cc', | 923 'system/date/date_view_unittest.cc', |
| 922 'system/logout_button/logout_button_tray_unittest.cc', | 924 'system/session/logout_confirmation_controller_unittest.cc', |
| 923 'system/session_length_limit/tray_session_length_limit_unittest.cc', | 925 'system/session/tray_session_length_limit_unittest.cc', |
| 924 'system/tray/system_tray_unittest.cc', | 926 'system/tray/system_tray_unittest.cc', |
| 925 'system/tray/tray_details_view_unittest.cc', | 927 'system/tray/tray_details_view_unittest.cc', |
| 926 'system/user/tray_user_unittest.cc', | 928 'system/user/tray_user_unittest.cc', |
| 927 'system/web_notification/web_notification_tray_unittest.cc', | 929 'system/web_notification/web_notification_tray_unittest.cc', |
| 928 'test/ash_test_helper_unittest.cc', | 930 'test/ash_test_helper_unittest.cc', |
| 929 'test/ash_unittests.cc', | 931 'test/ash_unittests.cc', |
| 930 'tooltips/tooltip_controller_unittest.cc', | 932 'tooltips/tooltip_controller_unittest.cc', |
| 931 'touch/touch_observer_hud_unittest.cc', | 933 'touch/touch_observer_hud_unittest.cc', |
| 932 'wm/app_list_controller_unittest.cc', | 934 'wm/app_list_controller_unittest.cc', |
| 933 'wm/ash_native_cursor_manager_unittest.cc', | 935 'wm/ash_native_cursor_manager_unittest.cc', |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1115 }], | 1117 }], |
| 1116 ['chromeos==1', { | 1118 ['chromeos==1', { |
| 1117 'dependencies': [ | 1119 'dependencies': [ |
| 1118 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1120 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 1119 ], | 1121 ], |
| 1120 }], | 1122 }], |
| 1121 ], | 1123 ], |
| 1122 }, | 1124 }, |
| 1123 ], | 1125 ], |
| 1124 } | 1126 } |
| OLD | NEW |