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

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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'test/skia_common.h', 203 'test/skia_common.h',
204 'test/solid_color_content_layer_client.cc', 204 'test/solid_color_content_layer_client.cc',
205 'test/solid_color_content_layer_client.h', 205 'test/solid_color_content_layer_client.h',
206 'test/test_context_provider.cc', 206 'test/test_context_provider.cc',
207 'test/test_context_provider.h', 207 'test/test_context_provider.h',
208 'test/test_context_support.cc', 208 'test/test_context_support.cc',
209 'test/test_context_support.h', 209 'test/test_context_support.h',
210 'test/test_gles2_interface.cc', 210 'test/test_gles2_interface.cc',
211 'test/test_gles2_interface.h', 211 'test/test_gles2_interface.h',
212 'test/test_occlusion_tracker.h', 212 'test/test_occlusion_tracker.h',
213 'test/test_shared_bitmap_manager.cc',
214 'test/test_shared_bitmap_manager.h',
213 'test/test_texture.cc', 215 'test/test_texture.cc',
214 'test/test_texture.h', 216 'test/test_texture.h',
215 'test/test_tile_priorities.cc', 217 'test/test_tile_priorities.cc',
216 'test/test_tile_priorities.h', 218 'test/test_tile_priorities.h',
217 'test/test_web_graphics_context_3d.cc', 219 'test/test_web_graphics_context_3d.cc',
218 'test/test_web_graphics_context_3d.h', 220 'test/test_web_graphics_context_3d.h',
219 'test/tiled_layer_test_common.cc', 221 'test/tiled_layer_test_common.cc',
220 'test/tiled_layer_test_common.h', 222 'test/tiled_layer_test_common.h',
221 ], 223 ],
222 }, 224 },
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 'test_suite_name': 'cc_perftests', 391 'test_suite_name': 'cc_perftests',
390 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)', 392 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)',
391 }, 393 },
392 'includes': [ '../build/apk_test.gypi' ], 394 'includes': [ '../build/apk_test.gypi' ],
393 }, 395 },
394 ], 396 ],
395 } 397 }
396 ] 398 ]
397 ], 399 ],
398 } 400 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698