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

Side by Side Diff: cc/cc_tests.gyp

Issue 2174653002: cc: Break up with FakeLayerTreeHostClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fakeoutputsurface
Patch Set: lthclient-tests: . Created 4 years, 5 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/animation/animation_host_perftest.cc ('k') | cc/layers/layer_perftest.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_host_unittest.cc', 9 'animation/animation_host_unittest.cc',
10 'animation/animation_player_unittest.cc', 10 'animation/animation_player_unittest.cc',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'test/remote_proto_channel_bridge.cc', 279 'test/remote_proto_channel_bridge.cc',
280 'test/remote_proto_channel_bridge.h', 280 'test/remote_proto_channel_bridge.h',
281 'test/render_pass_test_utils.cc', 281 'test/render_pass_test_utils.cc',
282 'test/render_pass_test_utils.h', 282 'test/render_pass_test_utils.h',
283 'test/scheduler_test_common.cc', 283 'test/scheduler_test_common.cc',
284 'test/scheduler_test_common.h', 284 'test/scheduler_test_common.h',
285 'test/skia_common.cc', 285 'test/skia_common.cc',
286 'test/skia_common.h', 286 'test/skia_common.h',
287 'test/solid_color_content_layer_client.cc', 287 'test/solid_color_content_layer_client.cc',
288 'test/solid_color_content_layer_client.h', 288 'test/solid_color_content_layer_client.h',
289 'test/stub_layer_tree_host_client.cc',
290 'test/stub_layer_tree_host_client.h',
291 'test/stub_layer_tree_host_single_thread_client.cc',
292 'test/stub_layer_tree_host_single_thread_client.h',
289 'test/surface_aggregator_test_helpers.cc', 293 'test/surface_aggregator_test_helpers.cc',
290 'test/surface_aggregator_test_helpers.h', 294 'test/surface_aggregator_test_helpers.h',
291 'test/surface_hittest_test_helpers.cc', 295 'test/surface_hittest_test_helpers.cc',
292 'test/surface_hittest_test_helpers.h', 296 'test/surface_hittest_test_helpers.h',
293 'test/task_graph_runner_test_template.cc', 297 'test/task_graph_runner_test_template.cc',
294 'test/task_graph_runner_test_template.h', 298 'test/task_graph_runner_test_template.h',
295 'test/test_context_provider.cc', 299 'test/test_context_provider.cc',
296 'test/test_context_provider.h', 300 'test/test_context_provider.h',
297 'test/test_context_support.cc', 301 'test/test_context_support.cc',
298 'test/test_context_support.h', 302 'test/test_context_support.h',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 523 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
520 ], 524 ],
521 } 525 }
522 ], 526 ],
523 ], 527 ],
524 }, 528 },
525 ], 529 ],
526 }], 530 }],
527 ], 531 ],
528 } 532 }
OLDNEW
« no previous file with comments | « cc/animation/animation_host_perftest.cc ('k') | cc/layers/layer_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698