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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
373 '.', | 373 '.', |
374 '..', | 374 '..', |
375 ], | 375 ], |
376 'dependencies': [ | 376 'dependencies': [ |
377 '../base/base.gyp:base', | 377 '../base/base.gyp:base', |
378 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 378 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
379 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 379 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
380 '../gpu/gpu.gyp:gles2_c_lib', | 380 '../gpu/gpu.gyp:gles2_c_lib', |
381 '../gpu/gpu.gyp:gles2_implementation', | 381 '../gpu/gpu.gyp:gles2_implementation', |
382 '../gpu/gpu.gyp:gl_in_process_context', | 382 '../gpu/gpu.gyp:gl_in_process_context', |
| 383 '../gpu/gpu.gyp:gpu', |
383 '../gpu/gpu.gyp:gpu_unittest_utils', | 384 '../gpu/gpu.gyp:gpu_unittest_utils', |
384 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 385 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
385 '../skia/skia.gyp:skia', | 386 '../skia/skia.gyp:skia', |
386 '../testing/gmock.gyp:gmock', | 387 '../testing/gmock.gyp:gmock', |
387 '../testing/gtest.gyp:gtest', | 388 '../testing/gtest.gyp:gtest', |
388 '../third_party/mesa/mesa.gyp:osmesa', | 389 '../third_party/mesa/mesa.gyp:osmesa', |
389 '../ui/gfx/gfx.gyp:gfx', | 390 '../ui/gfx/gfx.gyp:gfx', |
390 '../ui/gfx/gfx.gyp:gfx_geometry', | 391 '../ui/gfx/gfx.gyp:gfx_geometry', |
391 '../ui/gfx/gfx.gyp:gfx_test_support', | 392 '../ui/gfx/gfx.gyp:gfx_test_support', |
392 '../ui/gl/gl.gyp:gl', | 393 '../ui/gl/gl.gyp:gl', |
(...skipping 29 matching lines...) Expand all Loading... |
422 'variables': { | 423 'variables': { |
423 'test_suite_name': 'cc_perftests', | 424 'test_suite_name': 'cc_perftests', |
424 }, | 425 }, |
425 'includes': [ '../build/apk_test.gypi' ], | 426 'includes': [ '../build/apk_test.gypi' ], |
426 }, | 427 }, |
427 ], | 428 ], |
428 } | 429 } |
429 ] | 430 ] |
430 ], | 431 ], |
431 } | 432 } |
OLD | NEW |