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 786 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
797 'shell/keyboard_controller_proxy_stub.cc', | 797 'shell/keyboard_controller_proxy_stub.cc', |
798 'shell/keyboard_controller_proxy_stub.h', | 798 'shell/keyboard_controller_proxy_stub.h', |
799 'shell/toplevel_window.cc', | 799 'shell/toplevel_window.cc', |
800 'shell/toplevel_window.h', | 800 'shell/toplevel_window.h', |
801 'test/app_list_controller_test_api.cc', | 801 'test/app_list_controller_test_api.cc', |
802 'test/app_list_controller_test_api.h', | 802 'test/app_list_controller_test_api.h', |
803 'test/ash_test_base.cc', | 803 'test/ash_test_base.cc', |
804 'test/ash_test_base.h', | 804 'test/ash_test_base.h', |
805 'test/ash_test_helper.cc', | 805 'test/ash_test_helper.cc', |
806 'test/ash_test_helper.h', | 806 'test/ash_test_helper.h', |
807 'test/ash_test_views_delegate.cc', | |
808 'test/ash_test_views_delegate.h', | |
809 'test/cursor_manager_test_api.cc', | 807 'test/cursor_manager_test_api.cc', |
810 'test/cursor_manager_test_api.h', | 808 'test/cursor_manager_test_api.h', |
811 'test/display_manager_test_api.cc', | 809 'test/display_manager_test_api.cc', |
812 'test/display_manager_test_api.h', | 810 'test/display_manager_test_api.h', |
813 'test/mirror_window_test_api.cc', | 811 'test/mirror_window_test_api.cc', |
814 'test/mirror_window_test_api.h', | 812 'test/mirror_window_test_api.h', |
815 'test/overflow_bubble_view_test_api.cc', | 813 'test/overflow_bubble_view_test_api.cc', |
816 'test/overflow_bubble_view_test_api.h', | 814 'test/overflow_bubble_view_test_api.h', |
817 'test/shelf_item_delegate_manager_test_api.cc', | 815 'test/shelf_item_delegate_manager_test_api.cc', |
818 'test/shelf_item_delegate_manager_test_api.h', | 816 'test/shelf_item_delegate_manager_test_api.h', |
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1205 'ash_shell_lib', | 1203 'ash_shell_lib', |
1206 'ash_test_support', | 1204 'ash_test_support', |
1207 ], | 1205 ], |
1208 'sources': [ | 1206 'sources': [ |
1209 'shell/window_watcher_unittest.cc', | 1207 'shell/window_watcher_unittest.cc', |
1210 'test/ash_unittests.cc', | 1208 'test/ash_unittests.cc', |
1211 ], | 1209 ], |
1212 }, | 1210 }, |
1213 ], | 1211 ], |
1214 } | 1212 } |
OLD | NEW |