| Index: cc/cc_tests.gyp
|
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
|
| index 8c45b8df1b70569042b07f9db738c64d5e27da13..269163e0d334b9f370031c0b16be3eaae4c752dd 100644
|
| --- a/cc/cc_tests.gyp
|
| +++ b/cc/cc_tests.gyp
|
| @@ -90,7 +90,8 @@
|
| 'quads/draw_quad_unittest.cc',
|
| 'quads/render_pass_unittest.cc',
|
| 'raster/scoped_gpu_raster_unittest.cc',
|
| - 'raster/task_graph_runner_unittest.cc',
|
| + 'raster/single_thread_task_graph_runner_unittest.cc',
|
| + 'raster/synchronous_task_graph_runner_unittest.cc',
|
| 'raster/texture_compressor_etc1_unittest.cc',
|
| 'raster/tile_task_worker_pool_unittest.cc',
|
| 'resources/platform_color_unittest.cc',
|
| @@ -253,6 +254,8 @@
|
| 'test/surface_aggregator_test_helpers.h',
|
| 'test/surface_hittest_test_helpers.cc',
|
| 'test/surface_hittest_test_helpers.h',
|
| + 'test/task_graph_runner_test_template.cc',
|
| + 'test/task_graph_runner_test_template.h',
|
| 'test/test_context_provider.cc',
|
| 'test/test_context_provider.h',
|
| 'test/test_context_support.cc',
|
|
|