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

Side by Side Diff: cc/cc_tests.gyp

Issue 607023003: cc: Unify the occlusion access by adding an ability to scale transform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +build.gn change Created 6 years, 2 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/BUILD.gn ('k') | cc/layers/picture_layer_impl.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': 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'trees/layer_tree_host_unittest_damage.cc', 115 'trees/layer_tree_host_unittest_damage.cc',
116 'trees/layer_tree_host_unittest_delegated.cc', 116 'trees/layer_tree_host_unittest_delegated.cc',
117 'trees/layer_tree_host_unittest_occlusion.cc', 117 'trees/layer_tree_host_unittest_occlusion.cc',
118 'trees/layer_tree_host_unittest_no_message_loop.cc', 118 'trees/layer_tree_host_unittest_no_message_loop.cc',
119 'trees/layer_tree_host_unittest_picture.cc', 119 'trees/layer_tree_host_unittest_picture.cc',
120 'trees/layer_tree_host_unittest_proxy.cc', 120 'trees/layer_tree_host_unittest_proxy.cc',
121 'trees/layer_tree_host_unittest_scroll.cc', 121 'trees/layer_tree_host_unittest_scroll.cc',
122 'trees/layer_tree_host_unittest_video.cc', 122 'trees/layer_tree_host_unittest_video.cc',
123 'trees/layer_tree_impl_unittest.cc', 123 'trees/layer_tree_impl_unittest.cc',
124 'trees/occlusion_tracker_unittest.cc', 124 'trees/occlusion_tracker_unittest.cc',
125 'trees/occlusion_unittest.cc',
125 'trees/tree_synchronizer_unittest.cc', 126 'trees/tree_synchronizer_unittest.cc',
126 ], 127 ],
127 'cc_surfaces_unit_tests_source_files': [ 128 'cc_surfaces_unit_tests_source_files': [
128 'surfaces/surface_aggregator_test_helpers.cc', 129 'surfaces/surface_aggregator_test_helpers.cc',
129 'surfaces/surface_aggregator_test_helpers.h', 130 'surfaces/surface_aggregator_test_helpers.h',
130 'surfaces/surface_aggregator_unittest.cc', 131 'surfaces/surface_aggregator_unittest.cc',
131 'surfaces/surface_factory_unittest.cc', 132 'surfaces/surface_factory_unittest.cc',
132 'surfaces/surface_unittest.cc', 133 'surfaces/surface_unittest.cc',
133 'surfaces/surfaces_pixeltest.cc', 134 'surfaces/surfaces_pixeltest.cc',
134 ], 135 ],
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 'variables': { 421 'variables': {
421 'test_suite_name': 'cc_perftests', 422 'test_suite_name': 'cc_perftests',
422 }, 423 },
423 'includes': [ '../build/apk_test.gypi' ], 424 'includes': [ '../build/apk_test.gypi' ],
424 }, 425 },
425 ], 426 ],
426 } 427 }
427 ] 428 ]
428 ], 429 ],
429 } 430 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/picture_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698