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

Side by Side Diff: cc/cc_tests.gyp

Issue 1479883002: cc: Fix draw transform computation for non-drawn layers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove LayerImpl::draw_transform() Created 5 years 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
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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'test/fake_external_begin_frame_source.h', 175 'test/fake_external_begin_frame_source.h',
176 'test/fake_impl_task_runner_provider.h', 176 'test/fake_impl_task_runner_provider.h',
177 'test/fake_layer_tree_host.cc', 177 'test/fake_layer_tree_host.cc',
178 'test/fake_layer_tree_host.h', 178 'test/fake_layer_tree_host.h',
179 'test/fake_layer_tree_host_client.cc', 179 'test/fake_layer_tree_host_client.cc',
180 'test/fake_layer_tree_host_client.h', 180 'test/fake_layer_tree_host_client.h',
181 'test/fake_layer_tree_host_impl.cc', 181 'test/fake_layer_tree_host_impl.cc',
182 'test/fake_layer_tree_host_impl.h', 182 'test/fake_layer_tree_host_impl.h',
183 'test/fake_layer_tree_host_impl_client.cc', 183 'test/fake_layer_tree_host_impl_client.cc',
184 'test/fake_layer_tree_host_impl_client.h', 184 'test/fake_layer_tree_host_impl_client.h',
185 'test/fake_mask_layer_impl.cc',
186 'test/fake_mask_layer_impl.h',
185 'test/fake_output_surface.cc', 187 'test/fake_output_surface.cc',
186 'test/fake_output_surface.h', 188 'test/fake_output_surface.h',
187 'test/fake_output_surface_client.cc', 189 'test/fake_output_surface_client.cc',
188 'test/fake_output_surface_client.h', 190 'test/fake_output_surface_client.h',
189 'test/fake_painted_scrollbar_layer.cc', 191 'test/fake_painted_scrollbar_layer.cc',
190 'test/fake_painted_scrollbar_layer.h', 192 'test/fake_painted_scrollbar_layer.h',
191 'test/fake_picture_layer.cc', 193 'test/fake_picture_layer.cc',
192 'test/fake_picture_layer.h', 194 'test/fake_picture_layer.h',
193 'test/fake_picture_layer_impl.cc', 195 'test/fake_picture_layer_impl.cc',
194 'test/fake_picture_layer_impl.h', 196 'test/fake_picture_layer_impl.h',
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 468 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
467 ], 469 ],
468 } 470 }
469 ], 471 ],
470 ], 472 ],
471 }, 473 },
472 ], 474 ],
473 }], 475 }],
474 ], 476 ],
475 } 477 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698