| 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 'output/texture_mailbox_deleter_unittest.cc', | 85 'output/texture_mailbox_deleter_unittest.cc', |
| 86 'playback/discardable_image_map_unittest.cc', | 86 'playback/discardable_image_map_unittest.cc', |
| 87 'playback/display_item_list_unittest.cc', | 87 'playback/display_item_list_unittest.cc', |
| 88 'playback/display_list_raster_source_unittest.cc', | 88 'playback/display_list_raster_source_unittest.cc', |
| 89 'playback/display_list_recording_source_unittest.cc', | 89 'playback/display_list_recording_source_unittest.cc', |
| 90 'proto/base_conversions_unittest.cc', | 90 'proto/base_conversions_unittest.cc', |
| 91 'proto/cc_conversions_unittest.cc', | 91 'proto/cc_conversions_unittest.cc', |
| 92 'proto/gfx_conversions_unittest.cc', | 92 'proto/gfx_conversions_unittest.cc', |
| 93 'proto/gpu_conversions_unittest.cc', | 93 'proto/gpu_conversions_unittest.cc', |
| 94 'proto/skia_conversions_unittest.cc', | 94 'proto/skia_conversions_unittest.cc', |
| 95 'proto/synced_property_conversions_unittest.cc', |
| 95 'quads/draw_polygon_unittest.cc', | 96 'quads/draw_polygon_unittest.cc', |
| 96 'quads/draw_quad_unittest.cc', | 97 'quads/draw_quad_unittest.cc', |
| 97 'quads/render_pass_unittest.cc', | 98 'quads/render_pass_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', |
| 102 'raster/tile_task_worker_pool_unittest.cc', | 103 'raster/tile_task_worker_pool_unittest.cc', |
| 103 'resources/platform_color_unittest.cc', | 104 'resources/platform_color_unittest.cc', |
| 104 'resources/resource_pool_unittest.cc', | 105 'resources/resource_pool_unittest.cc', |
| (...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 504 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 504 ], | 505 ], |
| 505 } | 506 } |
| 506 ], | 507 ], |
| 507 ], | 508 ], |
| 508 }, | 509 }, |
| 509 ], | 510 ], |
| 510 }], | 511 }], |
| 511 ], | 512 ], |
| 512 } | 513 } |
| OLD | NEW |