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_host_unittest.cc', | 9 'animation/animation_host_unittest.cc', |
10 'animation/animation_player_unittest.cc', | 10 'animation/animation_player_unittest.cc', |
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 }, | 355 }, |
356 { | 356 { |
357 # GN version: //cc/cc_perftests | 357 # GN version: //cc/cc_perftests |
358 'target_name': 'cc_perftests', | 358 'target_name': 'cc_perftests', |
359 'type': '<(gtest_target_type)', | 359 'type': '<(gtest_target_type)', |
360 'dependencies': [ | 360 'dependencies': [ |
361 '../base/base.gyp:test_support_base', | 361 '../base/base.gyp:test_support_base', |
362 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 362 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
363 '../gpu/gpu.gyp:gpu', | 363 '../gpu/gpu.gyp:gpu', |
364 '../gpu/gpu.gyp:gpu_unittest_utils', | 364 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 365 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
365 '../media/media.gyp:media', | 366 '../media/media.gyp:media', |
366 '../skia/skia.gyp:skia', | 367 '../skia/skia.gyp:skia', |
367 '../testing/gmock.gyp:gmock', | 368 '../testing/gmock.gyp:gmock', |
368 '../testing/gtest.gyp:gtest', | 369 '../testing/gtest.gyp:gtest', |
369 '../testing/perf/perf_test.gyp:*', | 370 '../testing/perf/perf_test.gyp:*', |
370 '../ui/gfx/gfx.gyp:gfx', | 371 '../ui/gfx/gfx.gyp:gfx', |
371 '../ui/gfx/gfx.gyp:gfx_geometry', | 372 '../ui/gfx/gfx.gyp:gfx_geometry', |
372 'cc.gyp:cc', | 373 'cc.gyp:cc', |
373 'cc.gyp:cc_surfaces', | 374 'cc.gyp:cc_surfaces', |
374 'cc_test_support', | 375 'cc_test_support', |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
502 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 503 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
503 ], | 504 ], |
504 } | 505 } |
505 ], | 506 ], |
506 ], | 507 ], |
507 }, | 508 }, |
508 ], | 509 ], |
509 }], | 510 }], |
510 ], | 511 ], |
511 } | 512 } |
OLD | NEW |