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

Side by Side Diff: cc/cc_tests.gyp

Issue 1124273004: Add SurfaceDisplayOutputSurface unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@displayScheduler16
Patch Set: DoesIndrectly -> DoesNotIndirectly Created 5 years, 7 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'trees/occlusion_unittest.cc', 132 'trees/occlusion_unittest.cc',
133 'trees/property_tree_unittest.cc', 133 'trees/property_tree_unittest.cc',
134 'trees/tree_synchronizer_unittest.cc', 134 'trees/tree_synchronizer_unittest.cc',
135 ], 135 ],
136 'cc_surfaces_unit_tests_source_files': [ 136 'cc_surfaces_unit_tests_source_files': [
137 'surfaces/display_unittest.cc', 137 'surfaces/display_unittest.cc',
138 'surfaces/display_scheduler_unittest.cc', 138 'surfaces/display_scheduler_unittest.cc',
139 'surfaces/surface_aggregator_test_helpers.cc', 139 'surfaces/surface_aggregator_test_helpers.cc',
140 'surfaces/surface_aggregator_test_helpers.h', 140 'surfaces/surface_aggregator_test_helpers.h',
141 'surfaces/surface_aggregator_unittest.cc', 141 'surfaces/surface_aggregator_unittest.cc',
142 'surfaces/surface_display_output_surface_unittest.cc',
142 'surfaces/surface_factory_unittest.cc', 143 'surfaces/surface_factory_unittest.cc',
143 'surfaces/surface_unittest.cc', 144 'surfaces/surface_unittest.cc',
144 'surfaces/surfaces_pixeltest.cc', 145 'surfaces/surfaces_pixeltest.cc',
145 ], 146 ],
146 'cc_tests_support_files': [ 147 'cc_tests_support_files': [
147 'test/animation_test_common.cc', 148 'test/animation_test_common.cc',
148 'test/animation_test_common.h', 149 'test/animation_test_common.h',
149 'test/begin_frame_args_test.cc', 150 'test/begin_frame_args_test.cc',
150 'test/begin_frame_args_test.h', 151 'test/begin_frame_args_test.h',
151 'test/failure_output_surface.cc', 152 'test/failure_output_surface.cc',
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 479 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
479 ], 480 ],
480 } 481 }
481 ], 482 ],
482 ], 483 ],
483 }, 484 },
484 ], 485 ],
485 }], 486 }],
486 ], 487 ],
487 } 488 }
OLDNEW
« no previous file with comments | « no previous file | cc/surfaces/onscreen_display_client.h » ('j') | cc/surfaces/surface_display_output_surface_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698