Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Side by Side Diff: cc/cc_tests.gyp

Issue 1819663002: Bind GrContext to GLES2Interfaces in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@function
Patch Set: Minimal GetString impl for TestGLES2Interface in skcanvas_video_renderer_unittest.cc Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « cc/BUILD.gn ('k') | cc/raster/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/raster/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698