| 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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 'target_name': 'cc_test_support', | 313 'target_name': 'cc_test_support', |
| 314 'type': 'static_library', | 314 'type': 'static_library', |
| 315 'include_dirs': [ | 315 'include_dirs': [ |
| 316 'test', | 316 'test', |
| 317 '.', | 317 '.', |
| 318 '..', | 318 '..', |
| 319 ], | 319 ], |
| 320 'dependencies': [ | 320 'dependencies': [ |
| 321 '../base/base.gyp:base', | 321 '../base/base.gyp:base', |
| 322 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 322 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 323 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 323 '../skia/skia.gyp:skia', | 324 '../skia/skia.gyp:skia', |
| 324 '../testing/gmock.gyp:gmock', | 325 '../testing/gmock.gyp:gmock', |
| 325 '../testing/gtest.gyp:gtest', | 326 '../testing/gtest.gyp:gtest', |
| 326 '../third_party/WebKit/public/blink.gyp:blink_minimal', | 327 '../third_party/WebKit/public/blink.gyp:blink_minimal', |
| 327 '../third_party/mesa/mesa.gyp:osmesa', | 328 '../third_party/mesa/mesa.gyp:osmesa', |
| 328 '../ui/gfx/gfx.gyp:gfx', | 329 '../ui/gfx/gfx.gyp:gfx', |
| 329 '../ui/gl/gl.gyp:gl', | 330 '../ui/gl/gl.gyp:gl', |
| 330 '../ui/ui_unittests.gyp:ui_test_support', | 331 '../ui/ui_unittests.gyp:ui_test_support', |
| 331 ], | 332 ], |
| 332 'sources': [ | 333 'sources': [ |
| (...skipping 31 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 |