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

Side by Side Diff: cc/cc_tests.gyp

Issue 275543004: Refactoring the debug creation of BeginFrameArgs objects to be in unittest code only. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing stuff copied from output_test_common.h into output_test_common.cc Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/output/begin_frame_args.h » ('j') | cc/test/output_test_common.h » ('J')
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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'test/layer_tree_json_parser.cc', 180 'test/layer_tree_json_parser.cc',
181 'test/layer_tree_json_parser.h', 181 'test/layer_tree_json_parser.h',
182 'test/layer_tree_pixel_test.cc', 182 'test/layer_tree_pixel_test.cc',
183 'test/layer_tree_pixel_test.h', 183 'test/layer_tree_pixel_test.h',
184 'test/layer_tree_test.cc', 184 'test/layer_tree_test.cc',
185 'test/layer_tree_test.h', 185 'test/layer_tree_test.h',
186 'test/mock_quad_culler.cc', 186 'test/mock_quad_culler.cc',
187 'test/mock_quad_culler.h', 187 'test/mock_quad_culler.h',
188 'test/ordered_texture_map.cc', 188 'test/ordered_texture_map.cc',
189 'test/ordered_texture_map.h', 189 'test/ordered_texture_map.h',
190 'test/output_test_common.cc',
191 'test/output_test_common.h',
190 'test/paths.cc', 192 'test/paths.cc',
191 'test/paths.h', 193 'test/paths.h',
192 'test/pixel_comparator.cc', 194 'test/pixel_comparator.cc',
193 'test/pixel_comparator.h', 195 'test/pixel_comparator.h',
194 'test/pixel_test.cc', 196 'test/pixel_test.cc',
195 'test/pixel_test.h', 197 'test/pixel_test.h',
196 'test/pixel_test_output_surface.cc', 198 'test/pixel_test_output_surface.cc',
197 'test/pixel_test_output_surface.h', 199 'test/pixel_test_output_surface.h',
198 'test/pixel_test_software_output_device.cc', 200 'test/pixel_test_software_output_device.cc',
199 'test/pixel_test_software_output_device.h', 201 'test/pixel_test_software_output_device.h',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 'variables': { 400 'variables': {
399 'test_suite_name': 'cc_perftests', 401 'test_suite_name': 'cc_perftests',
400 }, 402 },
401 'includes': [ '../build/apk_test.gypi' ], 403 'includes': [ '../build/apk_test.gypi' ],
402 }, 404 },
403 ], 405 ],
404 } 406 }
405 ] 407 ]
406 ], 408 ],
407 } 409 }
OLDNEW
« no previous file with comments | « no previous file | cc/output/begin_frame_args.h » ('j') | cc/test/output_test_common.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698