| 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 'test/layer_test_common.cc', | 169 'test/layer_test_common.cc', |
| 170 'test/layer_test_common.h', | 170 'test/layer_test_common.h', |
| 171 'test/layer_tree_json_parser.cc', | 171 'test/layer_tree_json_parser.cc', |
| 172 'test/layer_tree_json_parser.h', | 172 'test/layer_tree_json_parser.h', |
| 173 'test/layer_tree_pixel_test.cc', | 173 'test/layer_tree_pixel_test.cc', |
| 174 'test/layer_tree_pixel_test.h', | 174 'test/layer_tree_pixel_test.h', |
| 175 'test/layer_tree_test.cc', | 175 'test/layer_tree_test.cc', |
| 176 'test/layer_tree_test.h', | 176 'test/layer_tree_test.h', |
| 177 'test/mock_quad_culler.cc', | 177 'test/mock_quad_culler.cc', |
| 178 'test/mock_quad_culler.h', | 178 'test/mock_quad_culler.h', |
| 179 'test/occlusion_tracker_test_common.h', | |
| 180 'test/ordered_texture_map.cc', | 179 'test/ordered_texture_map.cc', |
| 181 'test/ordered_texture_map.h', | 180 'test/ordered_texture_map.h', |
| 182 'test/paths.cc', | 181 'test/paths.cc', |
| 183 'test/paths.h', | 182 'test/paths.h', |
| 184 'test/pixel_comparator.cc', | 183 'test/pixel_comparator.cc', |
| 185 'test/pixel_comparator.h', | 184 'test/pixel_comparator.h', |
| 186 'test/pixel_test.cc', | 185 'test/pixel_test.cc', |
| 187 'test/pixel_test.h', | 186 'test/pixel_test.h', |
| 188 'test/pixel_test_output_surface.cc', | 187 'test/pixel_test_output_surface.cc', |
| 189 'test/pixel_test_output_surface.h', | 188 'test/pixel_test_output_surface.h', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 200 'test/skia_common.cc', | 199 'test/skia_common.cc', |
| 201 'test/skia_common.h', | 200 'test/skia_common.h', |
| 202 'test/solid_color_content_layer_client.cc', | 201 'test/solid_color_content_layer_client.cc', |
| 203 'test/solid_color_content_layer_client.h', | 202 'test/solid_color_content_layer_client.h', |
| 204 'test/test_context_provider.cc', | 203 'test/test_context_provider.cc', |
| 205 'test/test_context_provider.h', | 204 'test/test_context_provider.h', |
| 206 'test/test_context_support.cc', | 205 'test/test_context_support.cc', |
| 207 'test/test_context_support.h', | 206 'test/test_context_support.h', |
| 208 'test/test_gles2_interface.cc', | 207 'test/test_gles2_interface.cc', |
| 209 'test/test_gles2_interface.h', | 208 'test/test_gles2_interface.h', |
| 209 'test/test_occlusion_tracker.h', |
| 210 'test/test_texture.cc', | 210 'test/test_texture.cc', |
| 211 'test/test_texture.h', | 211 'test/test_texture.h', |
| 212 'test/test_tile_priorities.cc', | 212 'test/test_tile_priorities.cc', |
| 213 'test/test_tile_priorities.h', | 213 'test/test_tile_priorities.h', |
| 214 'test/test_web_graphics_context_3d.cc', | 214 'test/test_web_graphics_context_3d.cc', |
| 215 'test/test_web_graphics_context_3d.h', | 215 'test/test_web_graphics_context_3d.h', |
| 216 'test/tiled_layer_test_common.cc', | 216 'test/tiled_layer_test_common.cc', |
| 217 'test/tiled_layer_test_common.h', | 217 'test/tiled_layer_test_common.h', |
| 218 ], | 218 ], |
| 219 }, | 219 }, |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 'test_suite_name': 'cc_perftests', | 384 'test_suite_name': 'cc_perftests', |
| 385 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf
tests<(SHARED_LIB_SUFFIX)', | 385 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf
tests<(SHARED_LIB_SUFFIX)', |
| 386 }, | 386 }, |
| 387 'includes': [ '../build/apk_test.gypi' ], | 387 'includes': [ '../build/apk_test.gypi' ], |
| 388 }, | 388 }, |
| 389 ], | 389 ], |
| 390 } | 390 } |
| 391 ] | 391 ] |
| 392 ], | 392 ], |
| 393 } | 393 } |
| OLD | NEW |