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

Side by Side Diff: cc/cc_tests.gyp

Issue 665463003: gpu: Add CHROMIUM_image support to in-process command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-gpu-memory-buffer-factory-to-gpu-image-factory
Patch Set: fix HardwareRenderer Created 6 years, 1 month 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/test/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_unittest.cc', 9 'animation/animation_unittest.cc',
10 'animation/keyframed_animation_curve_unittest.cc', 10 'animation/keyframed_animation_curve_unittest.cc',
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'test/solid_color_content_layer_client.cc', 230 'test/solid_color_content_layer_client.cc',
231 'test/solid_color_content_layer_client.h', 231 'test/solid_color_content_layer_client.h',
232 'test/test_context_provider.cc', 232 'test/test_context_provider.cc',
233 'test/test_context_provider.h', 233 'test/test_context_provider.h',
234 'test/test_context_support.cc', 234 'test/test_context_support.cc',
235 'test/test_context_support.h', 235 'test/test_context_support.h',
236 'test/test_gles2_interface.cc', 236 'test/test_gles2_interface.cc',
237 'test/test_gles2_interface.h', 237 'test/test_gles2_interface.h',
238 'test/test_gpu_memory_buffer_manager.cc', 238 'test/test_gpu_memory_buffer_manager.cc',
239 'test/test_gpu_memory_buffer_manager.h', 239 'test/test_gpu_memory_buffer_manager.h',
240 'test/test_image_factory.cc',
241 'test/test_image_factory.h',
240 'test/test_now_source.cc', 242 'test/test_now_source.cc',
241 'test/test_now_source.h', 243 'test/test_now_source.h',
242 'test/test_occlusion_tracker.h', 244 'test/test_occlusion_tracker.h',
243 'test/test_shared_bitmap_manager.cc', 245 'test/test_shared_bitmap_manager.cc',
244 'test/test_shared_bitmap_manager.h', 246 'test/test_shared_bitmap_manager.h',
245 'test/test_texture.cc', 247 'test/test_texture.cc',
246 'test/test_texture.h', 248 'test/test_texture.h',
247 'test/test_tile_priorities.cc', 249 'test/test_tile_priorities.cc',
248 'test/test_tile_priorities.h', 250 'test/test_tile_priorities.h',
249 'test/test_web_graphics_context_3d.cc', 251 'test/test_web_graphics_context_3d.cc',
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 'variables': { 425 'variables': {
424 'test_suite_name': 'cc_perftests', 426 'test_suite_name': 'cc_perftests',
425 }, 427 },
426 'includes': [ '../build/apk_test.gypi' ], 428 'includes': [ '../build/apk_test.gypi' ],
427 }, 429 },
428 ], 430 ],
429 } 431 }
430 ] 432 ]
431 ], 433 ],
432 } 434 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698