| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 '../base/base.gyp:test_support_base', | 225 '../base/base.gyp:test_support_base', |
| 226 '../media/media.gyp:media', | 226 '../media/media.gyp:media', |
| 227 '../skia/skia.gyp:skia', | 227 '../skia/skia.gyp:skia', |
| 228 '../testing/gmock.gyp:gmock', | 228 '../testing/gmock.gyp:gmock', |
| 229 '../testing/gtest.gyp:gtest', | 229 '../testing/gtest.gyp:gtest', |
| 230 '../ui/ui.gyp:ui', | 230 '../ui/ui.gyp:ui', |
| 231 'cc.gyp:cc', | 231 'cc.gyp:cc', |
| 232 'cc_test_support', | 232 'cc_test_support', |
| 233 ], | 233 ], |
| 234 'sources': [ | 234 'sources': [ |
| 235 'resources/raster_worker_pool_perftest.cc', |
| 235 'resources/worker_pool_perftest.cc', | 236 'resources/worker_pool_perftest.cc', |
| 236 'test/cc_test_suite.cc', | 237 'test/cc_test_suite.cc', |
| 237 'test/run_all_unittests.cc', | 238 'test/run_all_unittests.cc', |
| 238 'trees/layer_tree_host_perftest.cc', | 239 'trees/layer_tree_host_perftest.cc', |
| 239 ], | 240 ], |
| 240 'include_dirs': [ | 241 'include_dirs': [ |
| 241 'test', | 242 'test', |
| 242 '.', | 243 '.', |
| 243 ], | 244 ], |
| 244 'conditions': [ | 245 'conditions': [ |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 'variables': { | 325 'variables': { |
| 325 'test_suite_name': 'cc_perftests', | 326 'test_suite_name': 'cc_perftests', |
| 326 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', | 327 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', |
| 327 }, | 328 }, |
| 328 'includes': [ '../build/apk_test.gypi' ], | 329 'includes': [ '../build/apk_test.gypi' ], |
| 329 }, | 330 }, |
| 330 ], | 331 ], |
| 331 }] | 332 }] |
| 332 ], | 333 ], |
| 333 } | 334 } |
| OLD | NEW |