| 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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 # GN version: //cc/cc_perftests | 373 # GN version: //cc/cc_perftests |
| 374 'target_name': 'cc_perftests', | 374 'target_name': 'cc_perftests', |
| 375 'type': '<(gtest_target_type)', | 375 'type': '<(gtest_target_type)', |
| 376 'dependencies': [ | 376 'dependencies': [ |
| 377 '../base/base.gyp:test_support_base', | 377 '../base/base.gyp:test_support_base', |
| 378 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 378 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
| 379 '../gpu/gpu.gyp:gpu', | 379 '../gpu/gpu.gyp:gpu', |
| 380 '../gpu/gpu.gyp:gpu_unittest_utils', | 380 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 381 '../ipc/ipc.gyp:ipc', | 381 '../ipc/ipc.gyp:ipc', |
| 382 '../media/media.gyp:media', | 382 '../media/media.gyp:media', |
| 383 '../mojo/mojo_edk.gyp:mojo_common_test_support', |
| 384 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 383 '../skia/skia.gyp:skia', | 385 '../skia/skia.gyp:skia', |
| 384 '../testing/gmock.gyp:gmock', | 386 '../testing/gmock.gyp:gmock', |
| 385 '../testing/gtest.gyp:gtest', | 387 '../testing/gtest.gyp:gtest', |
| 386 '../testing/perf/perf_test.gyp:*', | 388 '../testing/perf/perf_test.gyp:*', |
| 387 '../ui/gfx/gfx.gyp:gfx', | 389 '../ui/gfx/gfx.gyp:gfx', |
| 388 '../ui/gfx/gfx.gyp:gfx_geometry', | 390 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 389 'cc.gyp:cc', | 391 'cc.gyp:cc', |
| 390 'cc.gyp:cc_surfaces', | 392 'cc.gyp:cc_surfaces', |
| 391 'cc_test_support', | 393 'cc_test_support', |
| 392 'ipc/cc_ipc.gyp:cc_ipc', | 394 'ipc/cc_ipc.gyp:cc_ipc', |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 521 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 523 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 522 ], | 524 ], |
| 523 } | 525 } |
| 524 ], | 526 ], |
| 525 ], | 527 ], |
| 526 }, | 528 }, |
| 527 ], | 529 ], |
| 528 }], | 530 }], |
| 529 ], | 531 ], |
| 530 } | 532 } |
| OLD | NEW |