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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 'target_name': 'cc_unittests', | 171 'target_name': 'cc_unittests', |
172 'type': '<(gtest_target_type)', | 172 'type': '<(gtest_target_type)', |
173 'dependencies': [ | 173 'dependencies': [ |
174 '../base/base.gyp:test_support_base', | 174 '../base/base.gyp:test_support_base', |
175 '../gpu/gpu.gyp:gpu', | 175 '../gpu/gpu.gyp:gpu', |
176 '../media/media.gyp:media', | 176 '../media/media.gyp:media', |
177 '../skia/skia.gyp:skia', | 177 '../skia/skia.gyp:skia', |
178 '../testing/gmock.gyp:gmock', | 178 '../testing/gmock.gyp:gmock', |
179 '../testing/gtest.gyp:gtest', | 179 '../testing/gtest.gyp:gtest', |
180 '../ui/ui.gyp:ui', | 180 '../ui/ui.gyp:ui', |
181 '../webkit/gpu/webkit_gpu.gyp:webkit_gpu', | 181 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
182 'cc.gyp:cc', | 182 'cc.gyp:cc', |
183 'cc_test_support', | 183 'cc_test_support', |
184 'cc_test_utils', | 184 'cc_test_utils', |
185 ], | 185 ], |
186 'sources': [ | 186 'sources': [ |
187 'test/run_all_unittests.cc', | 187 'test/run_all_unittests.cc', |
188 'test/cc_test_suite.cc', | 188 'test/cc_test_suite.cc', |
189 '<@(cc_unit_tests_source_files)', | 189 '<@(cc_unit_tests_source_files)', |
190 ], | 190 ], |
191 'include_dirs': [ | 191 'include_dirs': [ |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
319 'variables': { | 319 'variables': { |
320 'test_suite_name': 'cc_perftests', | 320 'test_suite_name': 'cc_perftests', |
321 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', | 321 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', |
322 }, | 322 }, |
323 'includes': [ '../build/apk_test.gypi' ], | 323 'includes': [ '../build/apk_test.gypi' ], |
324 }, | 324 }, |
325 ], | 325 ], |
326 }] | 326 }] |
327 ], | 327 ], |
328 } | 328 } |
OLD | NEW |