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

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 again. Replaces TimeSource with TickClock in TestAlwaysFailTimeSource 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
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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'test/test_context_support.cc', 258 'test/test_context_support.cc',
259 'test/test_context_support.h', 259 'test/test_context_support.h',
260 'test/test_gles2_interface.cc', 260 'test/test_gles2_interface.cc',
261 'test/test_gles2_interface.h', 261 'test/test_gles2_interface.h',
262 'test/test_gpu_memory_buffer_manager.cc', 262 'test/test_gpu_memory_buffer_manager.cc',
263 'test/test_gpu_memory_buffer_manager.h', 263 'test/test_gpu_memory_buffer_manager.h',
264 'test/test_image_factory.cc', 264 'test/test_image_factory.cc',
265 'test/test_image_factory.h', 265 'test/test_image_factory.h',
266 'test/test_in_process_context_provider.cc', 266 'test/test_in_process_context_provider.cc',
267 'test/test_in_process_context_provider.h', 267 'test/test_in_process_context_provider.h',
268 'test/test_now_source.cc',
269 'test/test_now_source.h',
270 'test/test_occlusion_tracker.h', 268 'test/test_occlusion_tracker.h',
271 'test/test_shared_bitmap_manager.cc', 269 'test/test_shared_bitmap_manager.cc',
272 'test/test_shared_bitmap_manager.h', 270 'test/test_shared_bitmap_manager.h',
273 'test/test_task_graph_runner.cc', 271 'test/test_task_graph_runner.cc',
274 'test/test_task_graph_runner.h', 272 'test/test_task_graph_runner.h',
275 'test/test_texture.cc', 273 'test/test_texture.cc',
276 'test/test_texture.h', 274 'test/test_texture.h',
277 'test/test_tile_priorities.cc', 275 'test/test_tile_priorities.cc',
278 'test/test_tile_priorities.h', 276 'test/test_tile_priorities.h',
279 'test/test_web_graphics_context_3d.cc', 277 'test/test_web_graphics_context_3d.cc',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 483 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
486 ], 484 ],
487 } 485 }
488 ], 486 ],
489 ], 487 ],
490 }, 488 },
491 ], 489 ],
492 }], 490 }],
493 ], 491 ],
494 } 492 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698