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': 0, | 7 'chromium_code': 0, |
| 8 'use_libcc_for_compositor%': 0, | 8 'use_libcc_for_compositor%': 0, |
| 9 'cc_tests_source_files': [ | 9 'cc_tests_source_files': [ |
| 10 'hash_pair_unittest.cc', | 10 'hash_pair_unittest.cc', |
| (...skipping 25 matching lines...) Expand all Loading... | |
| 36 'resource_provider_unittest.cc', | 36 'resource_provider_unittest.cc', |
| 37 'scheduler_state_machine_unittest.cc', | 37 'scheduler_state_machine_unittest.cc', |
| 38 'scheduler_unittest.cc', | 38 'scheduler_unittest.cc', |
| 39 'scoped_texture_unittest.cc', | 39 'scoped_texture_unittest.cc', |
| 40 'scrollbar_animation_controller_linear_fade_unittest.cc', | 40 'scrollbar_animation_controller_linear_fade_unittest.cc', |
| 41 'solid_color_layer_impl_unittest.cc', | 41 'solid_color_layer_impl_unittest.cc', |
| 42 'texture_update_controller_unittest.cc', | 42 'texture_update_controller_unittest.cc', |
| 43 'thread_task_unittest.cc', | 43 'thread_task_unittest.cc', |
| 44 'threaded_unittest.cc', | 44 'threaded_unittest.cc', |
| 45 'threaded_unittest.h', | 45 'threaded_unittest.h', |
| 46 'CCThreadedTest.h', | 46 'cc/threaded_test.h', |
|
enne (OOO)
2012/10/16 05:27:18
Same thing here.
| |
| 47 'tiled_layer_impl_unittest.cc', | 47 'tiled_layer_impl_unittest.cc', |
| 48 'timer_unittest.cc', | 48 'timer_unittest.cc', |
| 49 'content_layer_unittest.cc', | 49 'content_layer_unittest.cc', |
| 50 'float_quad_unittest.cc', | 50 'float_quad_unittest.cc', |
| 51 'layer_unittest.cc', | 51 'layer_unittest.cc', |
| 52 'scrollbar_layer_unittest.cc', | 52 'scrollbar_layer_unittest.cc', |
| 53 'texture_copier_unittest.cc', | 53 'texture_copier_unittest.cc', |
| 54 'texture_layer_unittest.cc', | 54 'texture_layer_unittest.cc', |
| 55 'throttled_texture_uploader_unittest.cc', | 55 'throttled_texture_uploader_unittest.cc', |
| 56 'tiled_layer_unittest.cc', | 56 'tiled_layer_unittest.cc', |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 171 'sources': [ | 171 'sources': [ |
| 172 '<@(cc_tests_support_files)', | 172 '<@(cc_tests_support_files)', |
| 173 'test/test_webkit_platform.cc', | 173 'test/test_webkit_platform.cc', |
| 174 'test/test_webkit_platform.h', | 174 'test/test_webkit_platform.h', |
| 175 ], | 175 ], |
| 176 }, | 176 }, |
| 177 ], | 177 ], |
| 178 }], | 178 }], |
| 179 ], | 179 ], |
| 180 } | 180 } |
| OLD | NEW |