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

Side by Side Diff: cc/cc_tests.gyp

Issue 1132753008: Replaced TestNowSource with SimpleTestTickClock. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 6 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/scheduler/begin_frame_source_unittest.cc » ('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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 'test/test_context_support.cc', 255 'test/test_context_support.cc',
256 'test/test_context_support.h', 256 'test/test_context_support.h',
257 'test/test_gles2_interface.cc', 257 'test/test_gles2_interface.cc',
258 'test/test_gles2_interface.h', 258 'test/test_gles2_interface.h',
259 'test/test_gpu_memory_buffer_manager.cc', 259 'test/test_gpu_memory_buffer_manager.cc',
260 'test/test_gpu_memory_buffer_manager.h', 260 'test/test_gpu_memory_buffer_manager.h',
261 'test/test_image_factory.cc', 261 'test/test_image_factory.cc',
262 'test/test_image_factory.h', 262 'test/test_image_factory.h',
263 'test/test_in_process_context_provider.cc', 263 'test/test_in_process_context_provider.cc',
264 'test/test_in_process_context_provider.h', 264 'test/test_in_process_context_provider.h',
265 'test/test_now_source.cc',
266 'test/test_now_source.h',
267 'test/test_occlusion_tracker.h', 265 'test/test_occlusion_tracker.h',
268 'test/test_shared_bitmap_manager.cc', 266 'test/test_shared_bitmap_manager.cc',
269 'test/test_shared_bitmap_manager.h', 267 'test/test_shared_bitmap_manager.h',
270 'test/test_task_graph_runner.cc', 268 'test/test_task_graph_runner.cc',
271 'test/test_task_graph_runner.h', 269 'test/test_task_graph_runner.h',
272 'test/test_texture.cc', 270 'test/test_texture.cc',
273 'test/test_texture.h', 271 'test/test_texture.h',
274 'test/test_tile_priorities.cc', 272 'test/test_tile_priorities.cc',
275 'test/test_tile_priorities.h', 273 'test/test_tile_priorities.h',
276 'test/test_web_graphics_context_3d.cc', 274 'test/test_web_graphics_context_3d.cc',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 474 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
477 ], 475 ],
478 } 476 }
479 ], 477 ],
480 ], 478 ],
481 }, 479 },
482 ], 480 ],
483 }], 481 }],
484 ], 482 ],
485 } 483 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/scheduler/begin_frame_source_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698