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

Side by Side Diff: cc/cc_tests.gyp

Issue 671653005: SetNeedsRedraw directly when updating a visible tile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pinchblurmerge-test: . Created 6 years, 1 month 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.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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'test/fake_output_surface_client.cc', 163 'test/fake_output_surface_client.cc',
164 'test/fake_output_surface_client.h', 164 'test/fake_output_surface_client.h',
165 'test/fake_painted_scrollbar_layer.cc', 165 'test/fake_painted_scrollbar_layer.cc',
166 'test/fake_painted_scrollbar_layer.h', 166 'test/fake_painted_scrollbar_layer.h',
167 'test/fake_picture_layer.cc', 167 'test/fake_picture_layer.cc',
168 'test/fake_picture_layer.h', 168 'test/fake_picture_layer.h',
169 'test/fake_picture_layer_impl.cc', 169 'test/fake_picture_layer_impl.cc',
170 'test/fake_picture_layer_impl.h', 170 'test/fake_picture_layer_impl.h',
171 'test/fake_picture_layer_tiling_client.cc', 171 'test/fake_picture_layer_tiling_client.cc',
172 'test/fake_picture_layer_tiling_client.h', 172 'test/fake_picture_layer_tiling_client.h',
173 'test/fake_picture_pile.cc',
173 'test/fake_picture_pile.h', 174 'test/fake_picture_pile.h',
174 'test/fake_picture_pile_impl.cc', 175 'test/fake_picture_pile_impl.cc',
175 'test/fake_picture_pile_impl.h', 176 'test/fake_picture_pile_impl.h',
176 'test/fake_proxy.cc', 177 'test/fake_proxy.cc',
177 'test/fake_proxy.h', 178 'test/fake_proxy.h',
178 'test/fake_renderer_client.cc', 179 'test/fake_renderer_client.cc',
179 'test/fake_renderer_client.h', 180 'test/fake_renderer_client.h',
180 'test/fake_rendering_stats_instrumentation.h', 181 'test/fake_rendering_stats_instrumentation.h',
181 'test/fake_scoped_ui_resource.cc', 182 'test/fake_scoped_ui_resource.cc',
182 'test/fake_scoped_ui_resource.h', 183 'test/fake_scoped_ui_resource.h',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 'variables': { 431 'variables': {
431 'test_suite_name': 'cc_perftests', 432 'test_suite_name': 'cc_perftests',
432 }, 433 },
433 'includes': [ '../build/apk_test.gypi' ], 434 'includes': [ '../build/apk_test.gypi' ],
434 }, 435 },
435 ], 436 ],
436 } 437 }
437 ] 438 ]
438 ], 439 ],
439 } 440 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/picture_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698