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', |
221 '../ui/gfx/gfx.gyp:gfx', | 222 '../ui/gfx/gfx.gyp:gfx', |
222 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 223 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
223 'cc.gyp:cc', | 224 'cc.gyp:cc', |
224 'cc_test_support', | 225 'cc_test_support', |
225 ], | 226 ], |
226 'sources': [ | 227 'sources': [ |
227 'test/run_all_unittests.cc', | 228 'test/run_all_unittests.cc', |
228 'test/cc_test_suite.cc', | 229 'test/cc_test_suite.cc', |
229 '<@(cc_unit_tests_source_files)', | 230 '<@(cc_unit_tests_source_files)', |
230 ], | 231 ], |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
362 'test_suite_name': 'cc_perftests', | 363 'test_suite_name': 'cc_perftests', |
363 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf
tests<(SHARED_LIB_SUFFIX)', | 364 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf
tests<(SHARED_LIB_SUFFIX)', |
364 }, | 365 }, |
365 'includes': [ '../build/apk_test.gypi' ], | 366 'includes': [ '../build/apk_test.gypi' ], |
366 }, | 367 }, |
367 ], | 368 ], |
368 } | 369 } |
369 ] | 370 ] |
370 ], | 371 ], |
371 } | 372 } |
OLD | NEW |