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': 0, | 7 'chromium_code': 0, |
8 'cc_unit_tests_source_files': [ | 8 'cc_unit_tests_source_files': [ |
9 'animation_unittest.cc', | 9 'animation_unittest.cc', |
10 'content_layer_unittest.cc', | 10 'content_layer_unittest.cc', |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 'test/tiled_layer_test_common.cc', | 137 'test/tiled_layer_test_common.cc', |
138 'test/tiled_layer_test_common.h', | 138 'test/tiled_layer_test_common.h', |
139 ], | 139 ], |
140 }, | 140 }, |
141 'targets': [ | 141 'targets': [ |
142 { | 142 { |
143 'target_name': 'cc_unittests', | 143 'target_name': 'cc_unittests', |
144 'type': '<(gtest_target_type)', | 144 'type': '<(gtest_target_type)', |
145 'dependencies': [ | 145 'dependencies': [ |
146 '../base/base.gyp:test_support_base', | 146 '../base/base.gyp:test_support_base', |
| 147 '../gpu/gpu.gyp:gpu', |
147 '../media/media.gyp:media', | 148 '../media/media.gyp:media', |
148 '../skia/skia.gyp:skia', | 149 '../skia/skia.gyp:skia', |
149 '../testing/gmock.gyp:gmock', | 150 '../testing/gmock.gyp:gmock', |
150 '../testing/gtest.gyp:gtest', | 151 '../testing/gtest.gyp:gtest', |
151 '../ui/ui.gyp:ui', | 152 '../ui/ui.gyp:ui', |
152 '../webkit/gpu/webkit_gpu.gyp:webkit_gpu', | 153 '../webkit/gpu/webkit_gpu.gyp:webkit_gpu', |
153 'cc.gyp:cc', | 154 'cc.gyp:cc', |
154 'cc_test_support', | 155 'cc_test_support', |
155 'cc_test_utils', | 156 'cc_test_utils', |
156 ], | 157 ], |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 'variables': { | 283 'variables': { |
283 'test_suite_name': 'cc_perftests', | 284 'test_suite_name': 'cc_perftests', |
284 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', | 285 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', |
285 }, | 286 }, |
286 'includes': [ '../build/apk_test.gypi' ], | 287 'includes': [ '../build/apk_test.gypi' ], |
287 }, | 288 }, |
288 ], | 289 ], |
289 }] | 290 }] |
290 ], | 291 ], |
291 } | 292 } |
OLD | NEW |