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 796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
807 'test/shelf_test_api.cc', | 807 'test/shelf_test_api.cc', |
808 'test/shelf_test_api.h', | 808 'test/shelf_test_api.h', |
809 'test/shelf_view_test_api.cc', | 809 'test/shelf_view_test_api.cc', |
810 'test/shelf_view_test_api.h', | 810 'test/shelf_view_test_api.h', |
811 'test/shell_test_api.cc', | 811 'test/shell_test_api.cc', |
812 'test/shell_test_api.h', | 812 'test/shell_test_api.h', |
813 'test/status_area_widget_test_helper.cc', | 813 'test/status_area_widget_test_helper.cc', |
814 'test/status_area_widget_test_helper.h', | 814 'test/status_area_widget_test_helper.h', |
815 'test/test_activation_delegate.cc', | 815 'test/test_activation_delegate.cc', |
816 'test/test_activation_delegate.h', | 816 'test/test_activation_delegate.h', |
| 817 'test/test_lock_state_controller_delegate.cc', |
| 818 'test/test_lock_state_controller_delegate.h', |
817 'test/test_screenshot_delegate.cc', | 819 'test/test_screenshot_delegate.cc', |
818 'test/test_screenshot_delegate.cc', | 820 'test/test_screenshot_delegate.cc', |
819 'test/test_session_state_delegate.cc', | 821 'test/test_session_state_delegate.cc', |
820 'test/test_session_state_delegate.h', | 822 'test/test_session_state_delegate.h', |
821 'test/test_shelf_delegate.cc', | 823 'test/test_shelf_delegate.cc', |
822 'test/test_shelf_delegate.h', | 824 'test/test_shelf_delegate.h', |
823 'test/test_shelf_item_delegate.cc', | 825 'test/test_shelf_item_delegate.cc', |
824 'test/test_shelf_item_delegate.h', | 826 'test/test_shelf_item_delegate.h', |
825 'test/test_shell_delegate.cc', | 827 'test/test_shell_delegate.cc', |
826 'test/test_shell_delegate.h', | 828 'test/test_shell_delegate.h', |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1188 'ash_shell_lib', | 1190 'ash_shell_lib', |
1189 'ash_test_support', | 1191 'ash_test_support', |
1190 ], | 1192 ], |
1191 'sources': [ | 1193 'sources': [ |
1192 'shell/window_watcher_unittest.cc', | 1194 'shell/window_watcher_unittest.cc', |
1193 'test/ash_unittests.cc', | 1195 'test/ash_unittests.cc', |
1194 ], | 1196 ], |
1195 }, | 1197 }, |
1196 ], | 1198 ], |
1197 } | 1199 } |
OLD | NEW |