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

Side by Side Diff: cc/cc_tests.gyp

Issue 93433004: Use GLES2Interface for shaders and programs (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/output/program_binding.cc » ('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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'test/scheduler_test_common.cc', 190 'test/scheduler_test_common.cc',
191 'test/scheduler_test_common.h', 191 'test/scheduler_test_common.h',
192 'test/skia_common.cc', 192 'test/skia_common.cc',
193 'test/skia_common.h', 193 'test/skia_common.h',
194 'test/solid_color_content_layer_client.cc', 194 'test/solid_color_content_layer_client.cc',
195 'test/solid_color_content_layer_client.h', 195 'test/solid_color_content_layer_client.h',
196 'test/test_context_provider.cc', 196 'test/test_context_provider.cc',
197 'test/test_context_provider.h', 197 'test/test_context_provider.h',
198 'test/test_context_support.cc', 198 'test/test_context_support.cc',
199 'test/test_context_support.h', 199 'test/test_context_support.h',
200 'test/test_gles2_interface.cc',
201 'test/test_gles2_interface.h',
200 'test/test_texture.cc', 202 'test/test_texture.cc',
201 'test/test_texture.h', 203 'test/test_texture.h',
202 'test/test_tile_priorities.cc', 204 'test/test_tile_priorities.cc',
203 'test/test_tile_priorities.h', 205 'test/test_tile_priorities.h',
204 'test/test_web_graphics_context_3d.cc', 206 'test/test_web_graphics_context_3d.cc',
205 'test/test_web_graphics_context_3d.h', 207 'test/test_web_graphics_context_3d.h',
206 'test/tiled_layer_test_common.cc', 208 'test/tiled_layer_test_common.cc',
207 'test/tiled_layer_test_common.h', 209 'test/tiled_layer_test_common.h',
208 ], 210 ],
209 }, 211 },
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 'test_suite_name': 'cc_perftests', 366 'test_suite_name': 'cc_perftests',
365 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)', 367 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)',
366 }, 368 },
367 'includes': [ '../build/apk_test.gypi' ], 369 'includes': [ '../build/apk_test.gypi' ],
368 }, 370 },
369 ], 371 ],
370 } 372 }
371 ] 373 ]
372 ], 374 ],
373 } 375 }
OLDNEW
« no previous file with comments | « no previous file | cc/output/context_provider.h » ('j') | cc/output/program_binding.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698