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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
243 'test/tiled_layer_test_common.cc', | 243 'test/tiled_layer_test_common.cc', |
244 'test/tiled_layer_test_common.h', | 244 'test/tiled_layer_test_common.h', |
245 ], | 245 ], |
246 }, | 246 }, |
247 'targets': [ | 247 'targets': [ |
248 { | 248 { |
249 'target_name': 'cc_unittests', | 249 'target_name': 'cc_unittests', |
250 'type': '<(gtest_target_type)', | 250 'type': '<(gtest_target_type)', |
251 'dependencies': [ | 251 'dependencies': [ |
252 '../base/base.gyp:test_support_base', | 252 '../base/base.gyp:test_support_base', |
| 253 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
253 '../gpu/gpu.gyp:gpu', | 254 '../gpu/gpu.gyp:gpu', |
254 '../gpu/gpu.gyp:gpu_unittest_utils', | 255 '../gpu/gpu.gyp:gpu_unittest_utils', |
255 '../media/media.gyp:media', | 256 '../media/media.gyp:media', |
256 '../skia/skia.gyp:skia', | 257 '../skia/skia.gyp:skia', |
257 '../testing/gmock.gyp:gmock', | 258 '../testing/gmock.gyp:gmock', |
258 '../testing/gtest.gyp:gtest', | 259 '../testing/gtest.gyp:gtest', |
259 '../ui/events/events.gyp:events_base', | 260 '../ui/events/events.gyp:events_base', |
260 '../ui/gfx/gfx.gyp:gfx', | 261 '../ui/gfx/gfx.gyp:gfx', |
261 '../ui/gfx/gfx.gyp:gfx_geometry', | 262 '../ui/gfx/gfx.gyp:gfx_geometry', |
262 'cc.gyp:cc', | 263 'cc.gyp:cc', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
297 ], | 298 ], |
298 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 299 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
299 'msvs_disabled_warnings': [ 4267, ], | 300 'msvs_disabled_warnings': [ 4267, ], |
300 }, | 301 }, |
301 { | 302 { |
302 # GN version: //cc/cc_perftests | 303 # GN version: //cc/cc_perftests |
303 'target_name': 'cc_perftests', | 304 'target_name': 'cc_perftests', |
304 'type': '<(gtest_target_type)', | 305 'type': '<(gtest_target_type)', |
305 'dependencies': [ | 306 'dependencies': [ |
306 '../base/base.gyp:test_support_base', | 307 '../base/base.gyp:test_support_base', |
| 308 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
307 '../gpu/gpu.gyp:gpu', | 309 '../gpu/gpu.gyp:gpu', |
308 '../gpu/gpu.gyp:gpu_unittest_utils', | 310 '../gpu/gpu.gyp:gpu_unittest_utils', |
309 '../media/media.gyp:media', | 311 '../media/media.gyp:media', |
310 '../skia/skia.gyp:skia', | 312 '../skia/skia.gyp:skia', |
311 '../testing/gmock.gyp:gmock', | 313 '../testing/gmock.gyp:gmock', |
312 '../testing/gtest.gyp:gtest', | 314 '../testing/gtest.gyp:gtest', |
313 '../testing/perf/perf_test.gyp:*', | 315 '../testing/perf/perf_test.gyp:*', |
314 '../ui/gfx/gfx.gyp:gfx', | 316 '../ui/gfx/gfx.gyp:gfx', |
315 '../ui/gfx/gfx.gyp:gfx_geometry', | 317 '../ui/gfx/gfx.gyp:gfx_geometry', |
316 'cc.gyp:cc', | 318 'cc.gyp:cc', |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 'target_name': 'cc_test_support', | 361 'target_name': 'cc_test_support', |
360 'type': 'static_library', | 362 'type': 'static_library', |
361 'include_dirs': [ | 363 'include_dirs': [ |
362 'test', | 364 'test', |
363 '.', | 365 '.', |
364 '..', | 366 '..', |
365 ], | 367 ], |
366 'dependencies': [ | 368 'dependencies': [ |
367 '../base/base.gyp:base', | 369 '../base/base.gyp:base', |
368 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 370 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 371 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
369 '../gpu/gpu.gyp:gles2_c_lib', | 372 '../gpu/gpu.gyp:gles2_c_lib', |
370 '../gpu/gpu.gyp:gles2_implementation', | 373 '../gpu/gpu.gyp:gles2_implementation', |
371 '../gpu/gpu.gyp:gl_in_process_context', | 374 '../gpu/gpu.gyp:gl_in_process_context', |
372 '../gpu/gpu.gyp:gpu_unittest_utils', | 375 '../gpu/gpu.gyp:gpu_unittest_utils', |
373 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 376 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
374 '../skia/skia.gyp:skia', | 377 '../skia/skia.gyp:skia', |
375 '../testing/gmock.gyp:gmock', | 378 '../testing/gmock.gyp:gmock', |
376 '../testing/gtest.gyp:gtest', | 379 '../testing/gtest.gyp:gtest', |
377 '../third_party/mesa/mesa.gyp:osmesa', | 380 '../third_party/mesa/mesa.gyp:osmesa', |
378 '../ui/gfx/gfx.gyp:gfx', | 381 '../ui/gfx/gfx.gyp:gfx', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
411 'variables': { | 414 'variables': { |
412 'test_suite_name': 'cc_perftests', | 415 'test_suite_name': 'cc_perftests', |
413 }, | 416 }, |
414 'includes': [ '../build/apk_test.gypi' ], | 417 'includes': [ '../build/apk_test.gypi' ], |
415 }, | 418 }, |
416 ], | 419 ], |
417 } | 420 } |
418 ] | 421 ] |
419 ], | 422 ], |
420 } | 423 } |
OLD | NEW |