| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 'cc.gyp:cc', | 253 'cc.gyp:cc', |
| 254 'cc_test_support', | 254 'cc_test_support', |
| 255 ], | 255 ], |
| 256 'sources': [ | 256 'sources': [ |
| 257 'resources/picture_layer_tiling_perftest.cc', | 257 'resources/picture_layer_tiling_perftest.cc', |
| 258 'resources/raster_worker_pool_perftest.cc', | 258 'resources/raster_worker_pool_perftest.cc', |
| 259 'resources/tile_manager_perftest.cc', | 259 'resources/tile_manager_perftest.cc', |
| 260 'resources/worker_pool_perftest.cc', | 260 'resources/worker_pool_perftest.cc', |
| 261 'test/cc_test_suite.cc', | 261 'test/cc_test_suite.cc', |
| 262 'test/lap_timer.cc', | 262 'test/lap_timer.cc', |
| 263 'test/run_all_unittests.cc', | 263 'test/run_all_perftests.cc', |
| 264 'trees/layer_tree_host_common_perftest.cc', | 264 'trees/layer_tree_host_common_perftest.cc', |
| 265 'trees/layer_tree_host_perftest.cc', | 265 'trees/layer_tree_host_perftest.cc', |
| 266 ], | 266 ], |
| 267 'include_dirs': [ | 267 'include_dirs': [ |
| 268 'test', | 268 'test', |
| 269 '.', | 269 '.', |
| 270 ], | 270 ], |
| 271 'conditions': [ | 271 'conditions': [ |
| 272 ['OS == "android" and gtest_target_type == "shared_library"', | 272 ['OS == "android" and gtest_target_type == "shared_library"', |
| 273 { | 273 { |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 'test_suite_name': 'cc_perftests', | 358 'test_suite_name': 'cc_perftests', |
| 359 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf
tests<(SHARED_LIB_SUFFIX)', | 359 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf
tests<(SHARED_LIB_SUFFIX)', |
| 360 }, | 360 }, |
| 361 'includes': [ '../build/apk_test.gypi' ], | 361 'includes': [ '../build/apk_test.gypi' ], |
| 362 }, | 362 }, |
| 363 ], | 363 ], |
| 364 } | 364 } |
| 365 ] | 365 ] |
| 366 ], | 366 ], |
| 367 } | 367 } |
| OLD | NEW |