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

Side by Side Diff: cc/cc_tests.gyp

Issue 1673783004: Hook up BeginFrameSource to SurfaceFactoryClient via SurfaceManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Now with unittests Created 4 years, 10 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_host_unittest.cc', 9 'animation/animation_host_unittest.cc',
10 'animation/animation_player_unittest.cc', 10 'animation/animation_player_unittest.cc',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'trees/threaded_channel_unittest.cc', 161 'trees/threaded_channel_unittest.cc',
162 'trees/tree_synchronizer_unittest.cc', 162 'trees/tree_synchronizer_unittest.cc',
163 ], 163 ],
164 'cc_surfaces_unit_tests_source_files': [ 164 'cc_surfaces_unit_tests_source_files': [
165 'surfaces/display_unittest.cc', 165 'surfaces/display_unittest.cc',
166 'surfaces/display_scheduler_unittest.cc', 166 'surfaces/display_scheduler_unittest.cc',
167 'surfaces/surface_aggregator_unittest.cc', 167 'surfaces/surface_aggregator_unittest.cc',
168 'surfaces/surface_display_output_surface_unittest.cc', 168 'surfaces/surface_display_output_surface_unittest.cc',
169 'surfaces/surface_factory_unittest.cc', 169 'surfaces/surface_factory_unittest.cc',
170 'surfaces/surface_hittest_unittest.cc', 170 'surfaces/surface_hittest_unittest.cc',
171 'surfaces/surface_manager_unittest.cc',
171 'surfaces/surface_unittest.cc', 172 'surfaces/surface_unittest.cc',
172 'surfaces/surfaces_pixeltest.cc', 173 'surfaces/surfaces_pixeltest.cc',
173 ], 174 ],
174 'cc_tests_support_files': [ 175 'cc_tests_support_files': [
175 'test/animation_test_common.cc', 176 'test/animation_test_common.cc',
176 'test/animation_test_common.h', 177 'test/animation_test_common.h',
177 'test/animation_timelines_test_common.cc', 178 'test/animation_timelines_test_common.cc',
178 'test/animation_timelines_test_common.h', 179 'test/animation_timelines_test_common.h',
179 'test/begin_frame_args_test.cc', 180 'test/begin_frame_args_test.cc',
180 'test/begin_frame_args_test.h', 181 'test/begin_frame_args_test.h',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 490 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
490 ], 491 ],
491 } 492 }
492 ], 493 ],
493 ], 494 ],
494 }, 495 },
495 ], 496 ],
496 }], 497 }],
497 ], 498 ],
498 } 499 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/surfaces/display.h » ('j') | cc/surfaces/surface_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698