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