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

Side by Side Diff: cc/cc_tests.gyp

Issue 202763002: Switch to use SharedBitmapManager all the time in cc_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'test/skia_common.h', 204 'test/skia_common.h',
205 'test/solid_color_content_layer_client.cc', 205 'test/solid_color_content_layer_client.cc',
206 'test/solid_color_content_layer_client.h', 206 'test/solid_color_content_layer_client.h',
207 'test/test_context_provider.cc', 207 'test/test_context_provider.cc',
208 'test/test_context_provider.h', 208 'test/test_context_provider.h',
209 'test/test_context_support.cc', 209 'test/test_context_support.cc',
210 'test/test_context_support.h', 210 'test/test_context_support.h',
211 'test/test_gles2_interface.cc', 211 'test/test_gles2_interface.cc',
212 'test/test_gles2_interface.h', 212 'test/test_gles2_interface.h',
213 'test/test_occlusion_tracker.h', 213 'test/test_occlusion_tracker.h',
214 'test/test_shared_bitmap_manager.cc',
215 'test/test_shared_bitmap_manager.h',
214 'test/test_texture.cc', 216 'test/test_texture.cc',
215 'test/test_texture.h', 217 'test/test_texture.h',
216 'test/test_tile_priorities.cc', 218 'test/test_tile_priorities.cc',
217 'test/test_tile_priorities.h', 219 'test/test_tile_priorities.h',
218 'test/test_web_graphics_context_3d.cc', 220 'test/test_web_graphics_context_3d.cc',
219 'test/test_web_graphics_context_3d.h', 221 'test/test_web_graphics_context_3d.h',
220 'test/tiled_layer_test_common.cc', 222 'test/tiled_layer_test_common.cc',
221 'test/tiled_layer_test_common.h', 223 'test/tiled_layer_test_common.h',
222 ], 224 ],
223 }, 225 },
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 'test_suite_name': 'cc_perftests', 392 'test_suite_name': 'cc_perftests',
391 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)', 393 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)',
392 }, 394 },
393 'includes': [ '../build/apk_test.gypi' ], 395 'includes': [ '../build/apk_test.gypi' ],
394 }, 396 },
395 ], 397 ],
396 } 398 }
397 ] 399 ]
398 ], 400 ],
399 } 401 }
OLDNEW
« no previous file with comments | « cc/animation/scrollbar_animation_controller_thinning_unittest.cc ('k') | cc/debug/micro_benchmark_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698