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

Side by Side Diff: cc/cc_tests.gyp

Issue 12518026: cc: Add layer-based pixel tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/gl_renderer_pixeltest.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': 0, 7 'chromium_code': 0,
8 'cc_unit_tests_source_files': [ 8 'cc_unit_tests_source_files': [
9 'animation_unittest.cc', 9 'animation_unittest.cc',
10 'content_layer_unittest.cc', 10 'content_layer_unittest.cc',
(...skipping 10 matching lines...) Expand all
21 'hash_pair_unittest.cc', 21 'hash_pair_unittest.cc',
22 'heads_up_display_unittest.cc', 22 'heads_up_display_unittest.cc',
23 'keyframed_animation_curve_unittest.cc', 23 'keyframed_animation_curve_unittest.cc',
24 'layer_animation_controller_unittest.cc', 24 'layer_animation_controller_unittest.cc',
25 'layer_impl_unittest.cc', 25 'layer_impl_unittest.cc',
26 'layer_iterator_unittest.cc', 26 'layer_iterator_unittest.cc',
27 'layer_quad_unittest.cc', 27 'layer_quad_unittest.cc',
28 'layer_sorter_unittest.cc', 28 'layer_sorter_unittest.cc',
29 'layer_tree_host_common_unittest.cc', 29 'layer_tree_host_common_unittest.cc',
30 'layer_tree_host_impl_unittest.cc', 30 'layer_tree_host_impl_unittest.cc',
31 'layer_tree_host_pixeltest_filters.cc',
31 'layer_tree_host_unittest.cc', 32 'layer_tree_host_unittest.cc',
32 'layer_tree_host_unittest_animation.cc', 33 'layer_tree_host_unittest_animation.cc',
33 'layer_tree_host_unittest_context.cc', 34 'layer_tree_host_unittest_context.cc',
34 'layer_tree_host_unittest_delegated.cc', 35 'layer_tree_host_unittest_delegated.cc',
35 'layer_tree_host_unittest_occlusion.cc', 36 'layer_tree_host_unittest_occlusion.cc',
36 'layer_tree_host_unittest_scroll.cc', 37 'layer_tree_host_unittest_scroll.cc',
37 'layer_unittest.cc', 38 'layer_unittest.cc',
38 'math_util_unittest.cc', 39 'math_util_unittest.cc',
39 'nine_patch_layer_impl_unittest.cc', 40 'nine_patch_layer_impl_unittest.cc',
40 'nine_patch_layer_unittest.cc', 41 'nine_patch_layer_unittest.cc',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'test/fake_video_frame_provider.cc', 109 'test/fake_video_frame_provider.cc',
109 'test/fake_video_frame_provider.h', 110 'test/fake_video_frame_provider.h',
110 'test/fake_web_scrollbar.cc', 111 'test/fake_web_scrollbar.cc',
111 'test/fake_web_scrollbar.h', 112 'test/fake_web_scrollbar.h',
112 'test/fake_web_scrollbar_theme_geometry.cc', 113 'test/fake_web_scrollbar_theme_geometry.cc',
113 'test/fake_web_scrollbar_theme_geometry.h', 114 'test/fake_web_scrollbar_theme_geometry.h',
114 'test/geometry_test_utils.cc', 115 'test/geometry_test_utils.cc',
115 'test/geometry_test_utils.h', 116 'test/geometry_test_utils.h',
116 'test/layer_test_common.cc', 117 'test/layer_test_common.cc',
117 'test/layer_test_common.h', 118 'test/layer_test_common.h',
119 'test/layer_tree_pixel_test.cc',
120 'test/layer_tree_pixel_test.h',
118 'test/layer_tree_test_common.cc', 121 'test/layer_tree_test_common.cc',
119 'test/layer_tree_test_common.h', 122 'test/layer_tree_test_common.h',
120 'test/layer_tree_json_parser.cc', 123 'test/layer_tree_json_parser.cc',
121 'test/layer_tree_json_parser.h', 124 'test/layer_tree_json_parser.h',
122 'test/mock_quad_culler.cc', 125 'test/mock_quad_culler.cc',
123 'test/mock_quad_culler.h', 126 'test/mock_quad_culler.h',
124 'test/occlusion_tracker_test_common.h', 127 'test/occlusion_tracker_test_common.h',
125 'test/paths.cc', 128 'test/paths.cc',
126 'test/paths.h', 129 'test/paths.h',
130 'test/pixel_test.cc',
131 'test/pixel_test.h',
127 'test/render_pass_test_common.cc', 132 'test/render_pass_test_common.cc',
128 'test/render_pass_test_common.h', 133 'test/render_pass_test_common.h',
129 'test/render_pass_test_utils.cc', 134 'test/render_pass_test_utils.cc',
130 'test/render_pass_test_utils.h', 135 'test/render_pass_test_utils.h',
131 'test/scheduler_test_common.cc', 136 'test/scheduler_test_common.cc',
132 'test/scheduler_test_common.h', 137 'test/scheduler_test_common.h',
133 'test/test_web_graphics_context_3d.cc', 138 'test/test_web_graphics_context_3d.cc',
134 'test/test_web_graphics_context_3d.h', 139 'test/test_web_graphics_context_3d.h',
135 'test/tiled_layer_test_common.cc', 140 'test/tiled_layer_test_common.cc',
136 'test/tiled_layer_test_common.h', 141 'test/tiled_layer_test_common.h',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 'variables': { 286 'variables': {
282 'test_suite_name': 'cc_perftests', 287 'test_suite_name': 'cc_perftests',
283 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)', 288 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte sts<(SHARED_LIB_SUFFIX)',
284 }, 289 },
285 'includes': [ '../build/apk_test.gypi' ], 290 'includes': [ '../build/apk_test.gypi' ],
286 }, 291 },
287 ], 292 ],
288 }] 293 }]
289 ], 294 ],
290 } 295 }
OLDNEW
« no previous file with comments | « no previous file | cc/gl_renderer_pixeltest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698