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