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

Side by Side Diff: cc/cc_tests.gyp

Issue 1519293002: Add support for (de)serializing LayerTreeHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unreachable code, and use early return Created 4 years, 11 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/proto/BUILD.gn » ('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_host_unittest.cc', 9 'animation/animation_host_unittest.cc',
10 'animation/animation_player_unittest.cc', 10 'animation/animation_player_unittest.cc',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'trees/layer_tree_host_unittest_animation_timelines.cc', 137 'trees/layer_tree_host_unittest_animation_timelines.cc',
138 'trees/layer_tree_host_unittest_context.cc', 138 'trees/layer_tree_host_unittest_context.cc',
139 'trees/layer_tree_host_unittest_copyrequest.cc', 139 'trees/layer_tree_host_unittest_copyrequest.cc',
140 'trees/layer_tree_host_unittest_damage.cc', 140 'trees/layer_tree_host_unittest_damage.cc',
141 'trees/layer_tree_host_unittest_delegated.cc', 141 'trees/layer_tree_host_unittest_delegated.cc',
142 'trees/layer_tree_host_unittest_occlusion.cc', 142 'trees/layer_tree_host_unittest_occlusion.cc',
143 'trees/layer_tree_host_unittest_picture.cc', 143 'trees/layer_tree_host_unittest_picture.cc',
144 'trees/layer_tree_host_unittest_proxy.cc', 144 'trees/layer_tree_host_unittest_proxy.cc',
145 'trees/layer_tree_host_unittest_record_gpu_histogram.cc', 145 'trees/layer_tree_host_unittest_record_gpu_histogram.cc',
146 'trees/layer_tree_host_unittest_scroll.cc', 146 'trees/layer_tree_host_unittest_scroll.cc',
147 'trees/layer_tree_host_unittest_serialization.cc',
147 'trees/layer_tree_host_unittest_video.cc', 148 'trees/layer_tree_host_unittest_video.cc',
148 'trees/layer_tree_impl_unittest.cc', 149 'trees/layer_tree_impl_unittest.cc',
149 'trees/layer_tree_settings_unittest.cc', 150 'trees/layer_tree_settings_unittest.cc',
150 'trees/occlusion_tracker_unittest.cc', 151 'trees/occlusion_tracker_unittest.cc',
151 'trees/occlusion_unittest.cc', 152 'trees/occlusion_unittest.cc',
152 'trees/property_tree_unittest.cc', 153 'trees/property_tree_unittest.cc',
153 'trees/proxy_impl_unittest.cc', 154 'trees/proxy_impl_unittest.cc',
154 'trees/threaded_channel_unittest.cc', 155 'trees/threaded_channel_unittest.cc',
155 'trees/tree_synchronizer_unittest.cc', 156 'trees/tree_synchronizer_unittest.cc',
156 ], 157 ],
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 498 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
498 ], 499 ],
499 } 500 }
500 ], 501 ],
501 ], 502 ],
502 }, 503 },
503 ], 504 ],
504 }], 505 }],
505 ], 506 ],
506 } 507 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/proto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698