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