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

Side by Side Diff: cc/cc_tests.gyp

Issue 1982893002: [blimp] Add SkPicture caching support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments from vmpstr, including adding //cc/blimp Created 4 years, 6 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/layers/picture_layer.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_host_unittest.cc', 9 'animation/animation_host_unittest.cc',
10 'animation/animation_player_unittest.cc', 10 'animation/animation_player_unittest.cc',
11 'animation/animation_timeline_unittest.cc', 11 'animation/animation_timeline_unittest.cc',
12 'animation/animation_unittest.cc', 12 'animation/animation_unittest.cc',
13 'animation/element_animations_unittest.cc', 13 'animation/element_animations_unittest.cc',
14 'animation/keyframed_animation_curve_unittest.cc', 14 'animation/keyframed_animation_curve_unittest.cc',
15 'animation/scroll_offset_animation_curve_unittest.cc', 15 'animation/scroll_offset_animation_curve_unittest.cc',
16 'animation/transform_operations_unittest.cc', 16 'animation/transform_operations_unittest.cc',
17 'base/contiguous_container_unittest.cc', 17 'base/contiguous_container_unittest.cc',
18 'base/delayed_unique_notifier_unittest.cc', 18 'base/delayed_unique_notifier_unittest.cc',
19 'base/float_quad_unittest.cc', 19 'base/float_quad_unittest.cc',
20 'base/histograms_unittest.cc', 20 'base/histograms_unittest.cc',
21 'base/list_container_unittest.cc', 21 'base/list_container_unittest.cc',
22 'base/math_util_unittest.cc', 22 'base/math_util_unittest.cc',
23 'base/random_access_list_container_unittest.cc', 23 'base/random_access_list_container_unittest.cc',
24 'base/region_unittest.cc', 24 'base/region_unittest.cc',
25 'base/rolling_time_delta_history_unittest.cc', 25 'base/rolling_time_delta_history_unittest.cc',
26 'base/rtree_unittest.cc', 26 'base/rtree_unittest.cc',
27 'base/simple_enclosed_region_unittest.cc', 27 'base/simple_enclosed_region_unittest.cc',
28 'base/tiling_data_unittest.cc', 28 'base/tiling_data_unittest.cc',
29 'base/unique_notifier_unittest.cc', 29 'base/unique_notifier_unittest.cc',
30 'blimp/picture_data_conversions_unittest.cc',
30 'debug/layer_tree_debug_state_unittest.cc', 31 'debug/layer_tree_debug_state_unittest.cc',
31 'debug/micro_benchmark_controller_unittest.cc', 32 'debug/micro_benchmark_controller_unittest.cc',
32 'debug/rendering_stats_unittest.cc', 33 'debug/rendering_stats_unittest.cc',
33 'input/layer_selection_bound_unittest.cc', 34 'input/layer_selection_bound_unittest.cc',
34 'input/scroll_state_unittest.cc', 35 'input/scroll_state_unittest.cc',
35 'input/scrollbar_animation_controller_linear_fade_unittest.cc', 36 'input/scrollbar_animation_controller_linear_fade_unittest.cc',
36 'input/scrollbar_animation_controller_thinning_unittest.cc', 37 'input/scrollbar_animation_controller_thinning_unittest.cc',
37 'input/top_controls_manager_unittest.cc', 38 'input/top_controls_manager_unittest.cc',
38 'ipc/cc_param_traits_unittest.cc', 39 'ipc/cc_param_traits_unittest.cc',
39 'layers/heads_up_display_layer_impl_unittest.cc', 40 'layers/heads_up_display_layer_impl_unittest.cc',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'test/animation_timelines_test_common.cc', 175 'test/animation_timelines_test_common.cc',
175 'test/animation_timelines_test_common.h', 176 'test/animation_timelines_test_common.h',
176 'test/begin_frame_args_test.cc', 177 'test/begin_frame_args_test.cc',
177 'test/begin_frame_args_test.h', 178 'test/begin_frame_args_test.h',
178 'test/begin_frame_source_test.cc', 179 'test/begin_frame_source_test.cc',
179 'test/begin_frame_source_test.h', 180 'test/begin_frame_source_test.h',
180 'test/failure_output_surface.cc', 181 'test/failure_output_surface.cc',
181 'test/failure_output_surface.h', 182 'test/failure_output_surface.h',
182 'test/fake_channel_impl.cc', 183 'test/fake_channel_impl.cc',
183 'test/fake_channel_impl.h', 184 'test/fake_channel_impl.h',
185 'test/fake_client_picture_cache.cc',
186 'test/fake_client_picture_cache.h',
184 'test/fake_content_layer_client.cc', 187 'test/fake_content_layer_client.cc',
185 'test/fake_content_layer_client.h', 188 'test/fake_content_layer_client.h',
189 'test/fake_engine_picture_cache.cc',
190 'test/fake_engine_picture_cache.h',
186 'test/fake_external_begin_frame_source.cc', 191 'test/fake_external_begin_frame_source.cc',
187 'test/fake_external_begin_frame_source.h', 192 'test/fake_external_begin_frame_source.h',
188 'test/fake_image_serialization_processor.cc', 193 'test/fake_image_serialization_processor.cc',
189 'test/fake_image_serialization_processor.h', 194 'test/fake_image_serialization_processor.h',
190 'test/fake_impl_task_runner_provider.h', 195 'test/fake_impl_task_runner_provider.h',
191 'test/fake_layer_tree_host.cc', 196 'test/fake_layer_tree_host.cc',
192 'test/fake_layer_tree_host.h', 197 'test/fake_layer_tree_host.h',
193 'test/fake_layer_tree_host_client.cc', 198 'test/fake_layer_tree_host_client.cc',
194 'test/fake_layer_tree_host_client.h', 199 'test/fake_layer_tree_host_client.h',
195 'test/fake_layer_tree_host_impl.cc', 200 'test/fake_layer_tree_host_impl.cc',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'test/layer_tree_test.cc', 258 'test/layer_tree_test.cc',
254 'test/layer_tree_test.h', 259 'test/layer_tree_test.h',
255 'test/mock_helper.h', 260 'test/mock_helper.h',
256 'test/mock_occlusion_tracker.h', 261 'test/mock_occlusion_tracker.h',
257 'test/ordered_simple_task_runner.cc', 262 'test/ordered_simple_task_runner.cc',
258 'test/ordered_simple_task_runner.h', 263 'test/ordered_simple_task_runner.h',
259 'test/ordered_texture_map.cc', 264 'test/ordered_texture_map.cc',
260 'test/ordered_texture_map.h', 265 'test/ordered_texture_map.h',
261 'test/paths.cc', 266 'test/paths.cc',
262 'test/paths.h', 267 'test/paths.h',
268 'test/picture_cache_model.cc',
269 'test/picture_cache_model.h',
263 'test/pixel_comparator.cc', 270 'test/pixel_comparator.cc',
264 'test/pixel_comparator.h', 271 'test/pixel_comparator.h',
265 'test/pixel_test.cc', 272 'test/pixel_test.cc',
266 'test/pixel_test.h', 273 'test/pixel_test.h',
267 'test/pixel_test_delegating_output_surface.cc', 274 'test/pixel_test_delegating_output_surface.cc',
268 'test/pixel_test_delegating_output_surface.h', 275 'test/pixel_test_delegating_output_surface.h',
269 'test/pixel_test_output_surface.cc', 276 'test/pixel_test_output_surface.cc',
270 'test/pixel_test_output_surface.h', 277 'test/pixel_test_output_surface.h',
271 'test/pixel_test_software_output_device.cc', 278 'test/pixel_test_software_output_device.cc',
272 'test/pixel_test_software_output_device.h', 279 'test/pixel_test_software_output_device.h',
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 529 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
523 ], 530 ],
524 } 531 }
525 ], 532 ],
526 ], 533 ],
527 }, 534 },
528 ], 535 ],
529 }], 536 }],
530 ], 537 ],
531 } 538 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/layers/picture_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698