Chromium Code Reviews| 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 783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 794 'test/app_list_controller_test_api.cc', | 794 'test/app_list_controller_test_api.cc', |
| 795 'test/app_list_controller_test_api.h', | 795 'test/app_list_controller_test_api.h', |
| 796 'test/ash_test_base.cc', | 796 'test/ash_test_base.cc', |
| 797 'test/ash_test_base.h', | 797 'test/ash_test_base.h', |
| 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/dummy_volume_control_delegate.h', | |
| 805 'test/dummy_volume_control_delegate.cc', | |
|
jonross
2014/04/29 14:42:43
Place in alphabetical order by file name. So the c
bruthig
2014/04/29 15:49:00
Done.
| |
| 804 'test/mirror_window_test_api.cc', | 806 'test/mirror_window_test_api.cc', |
| 805 'test/mirror_window_test_api.h', | 807 'test/mirror_window_test_api.h', |
| 806 'test/overflow_bubble_view_test_api.cc', | 808 'test/overflow_bubble_view_test_api.cc', |
| 807 'test/overflow_bubble_view_test_api.h', | 809 'test/overflow_bubble_view_test_api.h', |
| 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', |
| (...skipping 371 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 |