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

Side by Side Diff: cc/cc_tests.gyp

Issue 308193003: Removed QuadSink and MockQuadCuller (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@plumLayerImpl
Patch Set: rebase Created 6 years, 6 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/cc.gyp ('k') | cc/layers/delegated_renderer_layer_impl.h » ('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_unittest.cc', 9 'animation/animation_unittest.cc',
10 'animation/keyframed_animation_curve_unittest.cc', 10 'animation/keyframed_animation_curve_unittest.cc',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'test/layer_test_common.h', 187 'test/layer_test_common.h',
188 'test/layer_tree_host_common_test.cc', 188 'test/layer_tree_host_common_test.cc',
189 'test/layer_tree_host_common_test.h', 189 'test/layer_tree_host_common_test.h',
190 'test/layer_tree_json_parser.cc', 190 'test/layer_tree_json_parser.cc',
191 'test/layer_tree_json_parser.h', 191 'test/layer_tree_json_parser.h',
192 'test/layer_tree_pixel_test.cc', 192 'test/layer_tree_pixel_test.cc',
193 'test/layer_tree_pixel_test.h', 193 'test/layer_tree_pixel_test.h',
194 'test/layer_tree_test.cc', 194 'test/layer_tree_test.cc',
195 'test/layer_tree_test.h', 195 'test/layer_tree_test.h',
196 'test/mock_occlusion_tracker.h', 196 'test/mock_occlusion_tracker.h',
197 'test/mock_quad_culler.cc',
198 'test/mock_quad_culler.h',
199 'test/ordered_simple_task_runner.cc', 197 'test/ordered_simple_task_runner.cc',
200 'test/ordered_simple_task_runner.h', 198 'test/ordered_simple_task_runner.h',
201 'test/ordered_texture_map.cc', 199 'test/ordered_texture_map.cc',
202 'test/ordered_texture_map.h', 200 'test/ordered_texture_map.h',
203 'test/paths.cc', 201 'test/paths.cc',
204 'test/paths.h', 202 'test/paths.h',
205 'test/pixel_comparator.cc', 203 'test/pixel_comparator.cc',
206 'test/pixel_comparator.h', 204 'test/pixel_comparator.h',
207 'test/pixel_test.cc', 205 'test/pixel_test.cc',
208 'test/pixel_test.h', 206 'test/pixel_test.h',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 'variables': { 404 'variables': {
407 'test_suite_name': 'cc_perftests', 405 'test_suite_name': 'cc_perftests',
408 }, 406 },
409 'includes': [ '../build/apk_test.gypi' ], 407 'includes': [ '../build/apk_test.gypi' ],
410 }, 408 },
411 ], 409 ],
412 } 410 }
413 ] 411 ]
414 ], 412 ],
415 } 413 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/layers/delegated_renderer_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698