| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 'output/renderer_pixeltest.cc', | 78 'output/renderer_pixeltest.cc', |
| 79 'output/renderer_unittest.cc', | 79 'output/renderer_unittest.cc', |
| 80 'output/shader_unittest.cc', | 80 'output/shader_unittest.cc', |
| 81 'output/software_renderer_unittest.cc', | 81 'output/software_renderer_unittest.cc', |
| 82 'output/texture_mailbox_deleter_unittest.cc', | 82 'output/texture_mailbox_deleter_unittest.cc', |
| 83 'playback/discardable_image_map_unittest.cc', | 83 'playback/discardable_image_map_unittest.cc', |
| 84 'playback/display_item_list_unittest.cc', | 84 'playback/display_item_list_unittest.cc', |
| 85 'playback/display_list_raster_source_unittest.cc', | 85 'playback/display_list_raster_source_unittest.cc', |
| 86 'playback/display_list_recording_source_unittest.cc', | 86 'playback/display_list_recording_source_unittest.cc', |
| 87 'proto/gfx_conversions_unittest.cc', | 87 'proto/gfx_conversions_unittest.cc', |
| 88 'proto/skia_conversions_unittest.cc', |
| 88 'quads/draw_polygon_unittest.cc', | 89 'quads/draw_polygon_unittest.cc', |
| 89 'quads/draw_quad_unittest.cc', | 90 'quads/draw_quad_unittest.cc', |
| 90 'quads/render_pass_unittest.cc', | 91 'quads/render_pass_unittest.cc', |
| 91 'raster/scoped_gpu_raster_unittest.cc', | 92 'raster/scoped_gpu_raster_unittest.cc', |
| 92 'raster/task_graph_runner_unittest.cc', | 93 'raster/task_graph_runner_unittest.cc', |
| 93 'raster/texture_compressor_etc1_unittest.cc', | 94 'raster/texture_compressor_etc1_unittest.cc', |
| 94 'raster/tile_task_worker_pool_unittest.cc', | 95 'raster/tile_task_worker_pool_unittest.cc', |
| 95 'resources/platform_color_unittest.cc', | 96 'resources/platform_color_unittest.cc', |
| 96 'resources/resource_pool_unittest.cc', | 97 'resources/resource_pool_unittest.cc', |
| 97 'resources/resource_provider_unittest.cc', | 98 'resources/resource_provider_unittest.cc', |
| (...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 460 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 461 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 461 ], | 462 ], |
| 462 } | 463 } |
| 463 ], | 464 ], |
| 464 ], | 465 ], |
| 465 }, | 466 }, |
| 466 ], | 467 ], |
| 467 }], | 468 }], |
| 468 ], | 469 ], |
| 469 } | 470 } |
| OLD | NEW |