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 787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
798 'test/ash_test_helper.cc', | 798 'test/ash_test_helper.cc', |
799 'test/ash_test_helper.h', | 799 'test/ash_test_helper.h', |
800 'test/cursor_manager_test_api.cc', | 800 'test/cursor_manager_test_api.cc', |
801 'test/cursor_manager_test_api.h', | 801 'test/cursor_manager_test_api.h', |
802 'test/display_manager_test_api.cc', | 802 'test/display_manager_test_api.cc', |
803 'test/display_manager_test_api.h', | 803 'test/display_manager_test_api.h', |
804 'test/mirror_window_test_api.cc', | 804 'test/mirror_window_test_api.cc', |
805 'test/mirror_window_test_api.h', | 805 'test/mirror_window_test_api.h', |
806 'test/overflow_bubble_view_test_api.cc', | 806 'test/overflow_bubble_view_test_api.cc', |
807 'test/overflow_bubble_view_test_api.h', | 807 'test/overflow_bubble_view_test_api.h', |
| 808 'test/root_window_controller_test_api_chromeos.h', |
| 809 'test/root_window_controller_test_api_chromeos.cc', |
808 'test/shelf_item_delegate_manager_test_api.cc', | 810 'test/shelf_item_delegate_manager_test_api.cc', |
809 'test/shelf_item_delegate_manager_test_api.h', | 811 'test/shelf_item_delegate_manager_test_api.h', |
810 'test/shelf_test_api.cc', | 812 'test/shelf_test_api.cc', |
811 'test/shelf_test_api.h', | 813 'test/shelf_test_api.h', |
812 'test/shelf_view_test_api.cc', | 814 'test/shelf_view_test_api.cc', |
813 'test/shelf_view_test_api.h', | 815 'test/shelf_view_test_api.h', |
814 'test/shell_test_api.cc', | 816 'test/shell_test_api.cc', |
815 'test/shell_test_api.h', | 817 'test/shell_test_api.h', |
816 'test/status_area_widget_test_helper.cc', | 818 'test/status_area_widget_test_helper.cc', |
817 'test/status_area_widget_test_helper.h', | 819 'test/status_area_widget_test_helper.h', |
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1185 }], | 1187 }], |
1186 ['chromeos==1', { | 1188 ['chromeos==1', { |
1187 'dependencies': [ | 1189 'dependencies': [ |
1188 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1190 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
1189 ], | 1191 ], |
1190 }], | 1192 }], |
1191 ], | 1193 ], |
1192 }, | 1194 }, |
1193 ], | 1195 ], |
1194 } | 1196 } |
OLD | NEW |