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 805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
816 'shell/window_watcher_unittest.cc', | 816 'shell/window_watcher_unittest.cc', |
817 'shell_unittest.cc', | 817 'shell_unittest.cc', |
818 'system/chromeos/managed/tray_locally_managed_user_unittest.cc', | 818 'system/chromeos/managed/tray_locally_managed_user_unittest.cc', |
819 'system/chromeos/network/network_state_notifier_unittest.cc', | 819 'system/chromeos/network/network_state_notifier_unittest.cc', |
820 'system/chromeos/power/power_event_observer_unittest.cc', | 820 'system/chromeos/power/power_event_observer_unittest.cc', |
821 'system/chromeos/power/power_status_unittest.cc', | 821 'system/chromeos/power/power_status_unittest.cc', |
822 'system/chromeos/power/tray_power_unittest.cc', | 822 'system/chromeos/power/tray_power_unittest.cc', |
823 'system/chromeos/screen_security/screen_tray_item_unittest.cc', | 823 'system/chromeos/screen_security/screen_tray_item_unittest.cc', |
824 'system/chromeos/tray_display_unittest.cc', | 824 'system/chromeos/tray_display_unittest.cc', |
825 'system/date/date_view_unittest.cc', | 825 'system/date/date_view_unittest.cc', |
| 826 'system/session_length_limit/tray_session_length_limit_unittest.cc', |
826 'system/tray/system_tray_unittest.cc', | 827 'system/tray/system_tray_unittest.cc', |
827 'system/tray/tray_details_view_unittest.cc', | 828 'system/tray/tray_details_view_unittest.cc', |
828 'system/user/tray_user_unittest.cc', | 829 'system/user/tray_user_unittest.cc', |
829 'system/web_notification/web_notification_tray_unittest.cc', | 830 'system/web_notification/web_notification_tray_unittest.cc', |
830 'test/ash_test_helper_unittest.cc', | 831 'test/ash_test_helper_unittest.cc', |
831 'test/ash_unittests.cc', | 832 'test/ash_unittests.cc', |
832 'tooltips/tooltip_controller_unittest.cc', | 833 'tooltips/tooltip_controller_unittest.cc', |
833 'touch/touch_observer_hud_unittest.cc', | 834 'touch/touch_observer_hud_unittest.cc', |
834 'wm/app_list_controller_unittest.cc', | 835 'wm/app_list_controller_unittest.cc', |
835 'wm/ash_native_cursor_manager_unittest.cc', | 836 'wm/ash_native_cursor_manager_unittest.cc', |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1002 }, | 1003 }, |
1003 }, | 1004 }, |
1004 'dependencies': [ | 1005 'dependencies': [ |
1005 '../sandbox/sandbox.gyp:sandbox', | 1006 '../sandbox/sandbox.gyp:sandbox', |
1006 ], | 1007 ], |
1007 }], | 1008 }], |
1008 ], | 1009 ], |
1009 }, | 1010 }, |
1010 ], | 1011 ], |
1011 } | 1012 } |
OLD | NEW |