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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 { | 211 { |
212 'target_name': 'cc_unittests', | 212 'target_name': 'cc_unittests', |
213 'type': '<(gtest_target_type)', | 213 'type': '<(gtest_target_type)', |
214 'dependencies': [ | 214 'dependencies': [ |
215 '../base/base.gyp:test_support_base', | 215 '../base/base.gyp:test_support_base', |
216 '../gpu/gpu.gyp:gpu', | 216 '../gpu/gpu.gyp:gpu', |
217 '../media/media.gyp:media', | 217 '../media/media.gyp:media', |
218 '../skia/skia.gyp:skia', | 218 '../skia/skia.gyp:skia', |
219 '../testing/gmock.gyp:gmock', | 219 '../testing/gmock.gyp:gmock', |
220 '../testing/gtest.gyp:gtest', | 220 '../testing/gtest.gyp:gtest', |
221 '../ui/events/events.gyp:events_base', | |
222 '../ui/gfx/gfx.gyp:gfx', | 221 '../ui/gfx/gfx.gyp:gfx', |
223 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 222 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
224 'cc.gyp:cc', | 223 'cc.gyp:cc', |
225 'cc_test_support', | 224 'cc_test_support', |
226 ], | 225 ], |
227 'sources': [ | 226 'sources': [ |
228 'test/run_all_unittests.cc', | 227 'test/run_all_unittests.cc', |
229 'test/cc_test_suite.cc', | 228 'test/cc_test_suite.cc', |
230 '<@(cc_unit_tests_source_files)', | 229 '<@(cc_unit_tests_source_files)', |
231 ], | 230 ], |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
363 'test_suite_name': 'cc_perftests', | 362 'test_suite_name': 'cc_perftests', |
364 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf
tests<(SHARED_LIB_SUFFIX)', | 363 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf
tests<(SHARED_LIB_SUFFIX)', |
365 }, | 364 }, |
366 'includes': [ '../build/apk_test.gypi' ], | 365 'includes': [ '../build/apk_test.gypi' ], |
367 }, | 366 }, |
368 ], | 367 ], |
369 } | 368 } |
370 ] | 369 ] |
371 ], | 370 ], |
372 } | 371 } |
OLD | NEW |