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

Side by Side Diff: cc/cc_tests.gyp

Issue 54463007: Expose GLES2Interface to cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/output/context_provider.h » ('j') | cc/test/test_web_graphics_context_3d.h » ('J')
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_unittest.cc', 9 'animation/animation_unittest.cc',
10 'animation/keyframed_animation_curve_unittest.cc', 10 'animation/keyframed_animation_curve_unittest.cc',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'test/tiled_layer_test_common.h', 208 'test/tiled_layer_test_common.h',
209 ], 209 ],
210 }, 210 },
211 'targets': [ 211 'targets': [
212 { 212 {
213 'target_name': 'cc_unittests', 213 'target_name': 'cc_unittests',
214 'type': '<(gtest_target_type)', 214 'type': '<(gtest_target_type)',
215 'dependencies': [ 215 'dependencies': [
216 '../base/base.gyp:test_support_base', 216 '../base/base.gyp:test_support_base',
217 '../gpu/gpu.gyp:gpu', 217 '../gpu/gpu.gyp:gpu',
218 '../gpu/gpu.gyp:gpu_unittest_utils',
218 '../media/media.gyp:media', 219 '../media/media.gyp:media',
219 '../skia/skia.gyp:skia', 220 '../skia/skia.gyp:skia',
220 '../testing/gmock.gyp:gmock', 221 '../testing/gmock.gyp:gmock',
221 '../testing/gtest.gyp:gtest', 222 '../testing/gtest.gyp:gtest',
222 '../ui/events/events.gyp:events_base', 223 '../ui/events/events.gyp:events_base',
223 '../ui/gfx/gfx.gyp:gfx', 224 '../ui/gfx/gfx.gyp:gfx',
224 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 225 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
225 'cc.gyp:cc', 226 'cc.gyp:cc',
226 'cc_test_support', 227 'cc_test_support',
227 ], 228 ],
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 'test_suite_name': 'cc_perftests', 365 'test_suite_name': 'cc_perftests',
365 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)', 366 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)',
366 }, 367 },
367 'includes': [ '../build/apk_test.gypi' ], 368 'includes': [ '../build/apk_test.gypi' ],
368 }, 369 },
369 ], 370 ],
370 } 371 }
371 ] 372 ]
372 ], 373 ],
373 } 374 }
OLDNEW
« no previous file with comments | « no previous file | cc/output/context_provider.h » ('j') | cc/test/test_web_graphics_context_3d.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698