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

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: tweak 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
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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'surfaces/surface_aggregator_unittest.cc', 132 'surfaces/surface_aggregator_unittest.cc',
133 'surfaces/surface_factory_unittest.cc', 133 'surfaces/surface_factory_unittest.cc',
134 'surfaces/surface_unittest.cc', 134 'surfaces/surface_unittest.cc',
135 'surfaces/surfaces_pixeltest.cc', 135 'surfaces/surfaces_pixeltest.cc',
136 ], 136 ],
137 'cc_tests_support_files': [ 137 'cc_tests_support_files': [
138 'test/animation_test_common.cc', 138 'test/animation_test_common.cc',
139 'test/animation_test_common.h', 139 'test/animation_test_common.h',
140 'test/begin_frame_args_test.cc', 140 'test/begin_frame_args_test.cc',
141 'test/begin_frame_args_test.h', 141 'test/begin_frame_args_test.h',
142 'test/delayed_raster_picture_pile_impl.cc',
143 'test/delayed_raster_picture_pile_impl.h',
144 'test/delayed_raster_trigger.cc',
145 'test/delayed_raster_trigger.h',
142 'test/fake_content_layer.cc', 146 'test/fake_content_layer.cc',
143 'test/fake_content_layer.h', 147 'test/fake_content_layer.h',
144 'test/fake_content_layer_client.cc', 148 'test/fake_content_layer_client.cc',
145 'test/fake_content_layer_client.h', 149 'test/fake_content_layer_client.h',
146 'test/fake_content_layer_impl.cc', 150 'test/fake_content_layer_impl.cc',
147 'test/fake_content_layer_impl.h', 151 'test/fake_content_layer_impl.h',
148 'test/fake_delegated_renderer_layer.cc', 152 'test/fake_delegated_renderer_layer.cc',
149 'test/fake_delegated_renderer_layer.h', 153 'test/fake_delegated_renderer_layer.h',
150 'test/fake_delegated_renderer_layer_impl.cc', 154 'test/fake_delegated_renderer_layer_impl.cc',
151 'test/fake_delegated_renderer_layer_impl.h', 155 'test/fake_delegated_renderer_layer_impl.h',
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 'variables': { 433 'variables': {
430 'test_suite_name': 'cc_perftests', 434 'test_suite_name': 'cc_perftests',
431 }, 435 },
432 'includes': [ '../build/apk_test.gypi' ], 436 'includes': [ '../build/apk_test.gypi' ],
433 }, 437 },
434 ], 438 ],
435 } 439 }
436 ] 440 ]
437 ], 441 ],
438 } 442 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698