| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 'layers/solid_color_layer_impl_unittest.cc', | 44 'layers/solid_color_layer_impl_unittest.cc', |
| 45 'layers/texture_layer_unittest.cc', | 45 'layers/texture_layer_unittest.cc', |
| 46 'layers/tiled_layer_impl_unittest.cc', | 46 'layers/tiled_layer_impl_unittest.cc', |
| 47 'layers/tiled_layer_unittest.cc', | 47 'layers/tiled_layer_unittest.cc', |
| 48 'layers/ui_resource_layer_impl_unittest.cc', | 48 'layers/ui_resource_layer_impl_unittest.cc', |
| 49 'layers/ui_resource_layer_unittest.cc', | 49 'layers/ui_resource_layer_unittest.cc', |
| 50 'output/delegating_renderer_unittest.cc', | 50 'output/delegating_renderer_unittest.cc', |
| 51 'output/filter_operations_unittest.cc', | 51 'output/filter_operations_unittest.cc', |
| 52 'output/gl_renderer_unittest.cc', | 52 'output/gl_renderer_unittest.cc', |
| 53 'output/output_surface_unittest.cc', | 53 'output/output_surface_unittest.cc', |
| 54 'output/overlay_candidates_unittest.cc', |
| 54 'output/renderer_pixeltest.cc', | 55 'output/renderer_pixeltest.cc', |
| 55 'output/shader_unittest.cc', | 56 'output/shader_unittest.cc', |
| 56 'output/software_renderer_unittest.cc', | 57 'output/software_renderer_unittest.cc', |
| 57 'quads/draw_quad_unittest.cc', | 58 'quads/draw_quad_unittest.cc', |
| 58 'quads/render_pass_unittest.cc', | 59 'quads/render_pass_unittest.cc', |
| 59 'resources/layer_quad_unittest.cc', | 60 'resources/layer_quad_unittest.cc', |
| 60 'resources/picture_layer_tiling_set_unittest.cc', | 61 'resources/picture_layer_tiling_set_unittest.cc', |
| 61 'resources/picture_layer_tiling_unittest.cc', | 62 'resources/picture_layer_tiling_unittest.cc', |
| 62 'resources/picture_pile_impl_unittest.cc', | 63 'resources/picture_pile_impl_unittest.cc', |
| 63 'resources/picture_pile_unittest.cc', | 64 'resources/picture_pile_unittest.cc', |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 'test_suite_name': 'cc_perftests', | 389 'test_suite_name': 'cc_perftests', |
| 389 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf
tests<(SHARED_LIB_SUFFIX)', | 390 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf
tests<(SHARED_LIB_SUFFIX)', |
| 390 }, | 391 }, |
| 391 'includes': [ '../build/apk_test.gypi' ], | 392 'includes': [ '../build/apk_test.gypi' ], |
| 392 }, | 393 }, |
| 393 ], | 394 ], |
| 394 } | 395 } |
| 395 ] | 396 ] |
| 396 ], | 397 ], |
| 397 } | 398 } |
| OLD | NEW |