| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 'layers/nine_patch_layer_unittest.cc', | 43 'layers/nine_patch_layer_unittest.cc', |
| 44 'layers/painted_scrollbar_layer_impl_unittest.cc', | 44 'layers/painted_scrollbar_layer_impl_unittest.cc', |
| 45 'layers/picture_image_layer_impl_unittest.cc', | 45 'layers/picture_image_layer_impl_unittest.cc', |
| 46 'layers/picture_layer_impl_unittest.cc', | 46 'layers/picture_layer_impl_unittest.cc', |
| 47 'layers/picture_layer_unittest.cc', | 47 'layers/picture_layer_unittest.cc', |
| 48 'layers/render_surface_unittest.cc', | 48 'layers/render_surface_unittest.cc', |
| 49 'layers/render_surface_impl_unittest.cc', | 49 'layers/render_surface_impl_unittest.cc', |
| 50 'layers/scrollbar_layer_unittest.cc', | 50 'layers/scrollbar_layer_unittest.cc', |
| 51 'layers/solid_color_layer_impl_unittest.cc', | 51 'layers/solid_color_layer_impl_unittest.cc', |
| 52 'layers/solid_color_scrollbar_layer_impl_unittest.cc', | 52 'layers/solid_color_scrollbar_layer_impl_unittest.cc', |
| 53 'layers/surface_layer_unittest.cc', |
| 53 'layers/surface_layer_impl_unittest.cc', | 54 'layers/surface_layer_impl_unittest.cc', |
| 54 'layers/texture_layer_unittest.cc', | 55 'layers/texture_layer_unittest.cc', |
| 55 'layers/texture_layer_impl_unittest.cc', | 56 'layers/texture_layer_impl_unittest.cc', |
| 56 'layers/tiled_layer_impl_unittest.cc', | 57 'layers/tiled_layer_impl_unittest.cc', |
| 57 'layers/tiled_layer_unittest.cc', | 58 'layers/tiled_layer_unittest.cc', |
| 58 'layers/ui_resource_layer_impl_unittest.cc', | 59 'layers/ui_resource_layer_impl_unittest.cc', |
| 59 'layers/ui_resource_layer_unittest.cc', | 60 'layers/ui_resource_layer_unittest.cc', |
| 60 'layers/video_layer_impl_unittest.cc', | 61 'layers/video_layer_impl_unittest.cc', |
| 61 'output/begin_frame_args_unittest.cc', | 62 'output/begin_frame_args_unittest.cc', |
| 62 'output/bsp_tree_unittest.cc', | 63 'output/bsp_tree_unittest.cc', |
| (...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 'variables': { | 429 'variables': { |
| 429 'test_suite_name': 'cc_perftests', | 430 'test_suite_name': 'cc_perftests', |
| 430 }, | 431 }, |
| 431 'includes': [ '../build/apk_test.gypi' ], | 432 'includes': [ '../build/apk_test.gypi' ], |
| 432 }, | 433 }, |
| 433 ], | 434 ], |
| 434 } | 435 } |
| 435 ] | 436 ] |
| 436 ], | 437 ], |
| 437 } | 438 } |
| OLD | NEW |