| OLD | NEW |
| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 'output/software_renderer_unittest.cc', | 82 'output/software_renderer_unittest.cc', |
| 83 'output/texture_mailbox_deleter_unittest.cc', | 83 'output/texture_mailbox_deleter_unittest.cc', |
| 84 'playback/discardable_image_map_unittest.cc', | 84 'playback/discardable_image_map_unittest.cc', |
| 85 'playback/display_item_list_unittest.cc', | 85 'playback/display_item_list_unittest.cc', |
| 86 'playback/raster_source_unittest.cc', | 86 'playback/raster_source_unittest.cc', |
| 87 'playback/recording_source_unittest.cc', | 87 'playback/recording_source_unittest.cc', |
| 88 'proto/base_conversions_unittest.cc', | 88 'proto/base_conversions_unittest.cc', |
| 89 'proto/cc_conversions_unittest.cc', | 89 'proto/cc_conversions_unittest.cc', |
| 90 'proto/gfx_conversions_unittest.cc', | 90 'proto/gfx_conversions_unittest.cc', |
| 91 'proto/gpu_conversions_unittest.cc', | 91 'proto/gpu_conversions_unittest.cc', |
| 92 'proto/picture_data_conversions_unittest.cc', |
| 92 'proto/skia_conversions_unittest.cc', | 93 'proto/skia_conversions_unittest.cc', |
| 93 'proto/synced_property_conversions_unittest.cc', | 94 'proto/synced_property_conversions_unittest.cc', |
| 94 'quads/draw_polygon_unittest.cc', | 95 'quads/draw_polygon_unittest.cc', |
| 95 'quads/draw_quad_unittest.cc', | 96 'quads/draw_quad_unittest.cc', |
| 96 'quads/render_pass_unittest.cc', | 97 'quads/render_pass_unittest.cc', |
| 97 'raster/raster_buffer_provider_unittest.cc', | 98 'raster/raster_buffer_provider_unittest.cc', |
| 98 'raster/scoped_gpu_raster_unittest.cc', | 99 'raster/scoped_gpu_raster_unittest.cc', |
| 99 'raster/single_thread_task_graph_runner_unittest.cc', | 100 'raster/single_thread_task_graph_runner_unittest.cc', |
| 100 'raster/synchronous_task_graph_runner_unittest.cc', | 101 'raster/synchronous_task_graph_runner_unittest.cc', |
| 101 'raster/texture_compressor_etc1_unittest.cc', | 102 'raster/texture_compressor_etc1_unittest.cc', |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |