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 'active_animation_unittest.cc', | 9 'active_animation_unittest.cc', |
10 'content_layer_unittest.cc', | 10 'content_layer_unittest.cc', |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
190 '..', | 190 '..', |
191 '../third_party/WebKit/Source/Platform/chromium', | 191 '../third_party/WebKit/Source/Platform/chromium', |
192 ], | 192 ], |
193 'dependencies': [ | 193 'dependencies': [ |
194 '../skia/skia.gyp:skia', | 194 '../skia/skia.gyp:skia', |
195 '../testing/gmock.gyp:gmock', | 195 '../testing/gmock.gyp:gmock', |
196 '../testing/gtest.gyp:gtest', | 196 '../testing/gtest.gyp:gtest', |
197 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 197 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
198 '../third_party/mesa/mesa.gyp:osmesa', | 198 '../third_party/mesa/mesa.gyp:osmesa', |
199 '../ui/gl/gl.gyp:gl', | 199 '../ui/gl/gl.gyp:gl', |
| 200 '../ui/ui.gyp:ui', |
200 ], | 201 ], |
201 'sources': [ | 202 'sources': [ |
202 '<@(cc_tests_support_files)', | 203 '<@(cc_tests_support_files)', |
203 ], | 204 ], |
204 }, | 205 }, |
205 { | 206 { |
206 'target_name': 'cc_test_utils', | 207 'target_name': 'cc_test_utils', |
207 'type': 'static_library', | 208 'type': 'static_library', |
208 'include_dirs': [ | 209 'include_dirs': [ |
209 '..' | 210 '..' |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 'variables': { | 245 'variables': { |
245 'test_suite_name': 'cc_perftests', | 246 'test_suite_name': 'cc_perftests', |
246 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', | 247 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', |
247 }, | 248 }, |
248 'includes': [ '../build/apk_test.gypi' ], | 249 'includes': [ '../build/apk_test.gypi' ], |
249 }, | 250 }, |
250 ], | 251 ], |
251 }] | 252 }] |
252 ], | 253 ], |
253 } | 254 } |
OLD | NEW |