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 'cc_unit_tests_source_files': [ | 8 'cc_unit_tests_source_files': [ |
9 'animation/animation_unittest.cc', | 9 'animation/animation_unittest.cc', |
10 'animation/keyframed_animation_curve_unittest.cc', | 10 'animation/keyframed_animation_curve_unittest.cc', |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 'test/skia_common.h', | 203 'test/skia_common.h', |
204 'test/solid_color_content_layer_client.cc', | 204 'test/solid_color_content_layer_client.cc', |
205 'test/solid_color_content_layer_client.h', | 205 'test/solid_color_content_layer_client.h', |
206 'test/test_context_provider.cc', | 206 'test/test_context_provider.cc', |
207 'test/test_context_provider.h', | 207 'test/test_context_provider.h', |
208 'test/test_context_support.cc', | 208 'test/test_context_support.cc', |
209 'test/test_context_support.h', | 209 'test/test_context_support.h', |
210 'test/test_gles2_interface.cc', | 210 'test/test_gles2_interface.cc', |
211 'test/test_gles2_interface.h', | 211 'test/test_gles2_interface.h', |
212 'test/test_occlusion_tracker.h', | 212 'test/test_occlusion_tracker.h', |
| 213 'test/test_shared_bitmap_manager.cc', |
| 214 'test/test_shared_bitmap_manager.h', |
213 'test/test_texture.cc', | 215 'test/test_texture.cc', |
214 'test/test_texture.h', | 216 'test/test_texture.h', |
215 'test/test_tile_priorities.cc', | 217 'test/test_tile_priorities.cc', |
216 'test/test_tile_priorities.h', | 218 'test/test_tile_priorities.h', |
217 'test/test_web_graphics_context_3d.cc', | 219 'test/test_web_graphics_context_3d.cc', |
218 'test/test_web_graphics_context_3d.h', | 220 'test/test_web_graphics_context_3d.h', |
219 'test/tiled_layer_test_common.cc', | 221 'test/tiled_layer_test_common.cc', |
220 'test/tiled_layer_test_common.h', | 222 'test/tiled_layer_test_common.h', |
221 ], | 223 ], |
222 }, | 224 }, |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
389 'test_suite_name': 'cc_perftests', | 391 'test_suite_name': 'cc_perftests', |
390 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf
tests<(SHARED_LIB_SUFFIX)', | 392 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf
tests<(SHARED_LIB_SUFFIX)', |
391 }, | 393 }, |
392 'includes': [ '../build/apk_test.gypi' ], | 394 'includes': [ '../build/apk_test.gypi' ], |
393 }, | 395 }, |
394 ], | 396 ], |
395 } | 397 } |
396 ] | 398 ] |
397 ], | 399 ], |
398 } | 400 } |
OLD | NEW |