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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 'output/overlay_unittest.cc', | 77 'output/overlay_unittest.cc', |
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 'quads/draw_polygon_unittest.cc', | 88 'quads/draw_polygon_unittest.cc', |
88 'quads/draw_quad_unittest.cc', | 89 'quads/draw_quad_unittest.cc', |
89 'quads/render_pass_unittest.cc', | 90 'quads/render_pass_unittest.cc', |
90 'raster/scoped_gpu_raster_unittest.cc', | 91 'raster/scoped_gpu_raster_unittest.cc', |
91 'raster/task_graph_runner_unittest.cc', | 92 'raster/task_graph_runner_unittest.cc', |
92 'raster/texture_compressor_etc1_unittest.cc', | 93 'raster/texture_compressor_etc1_unittest.cc', |
93 'raster/tile_task_worker_pool_unittest.cc', | 94 'raster/tile_task_worker_pool_unittest.cc', |
94 'resources/platform_color_unittest.cc', | 95 'resources/platform_color_unittest.cc', |
95 'resources/resource_pool_unittest.cc', | 96 'resources/resource_pool_unittest.cc', |
96 'resources/resource_provider_unittest.cc', | 97 'resources/resource_provider_unittest.cc', |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 'type': '<(gtest_target_type)', | 280 'type': '<(gtest_target_type)', |
280 'dependencies': [ | 281 'dependencies': [ |
281 '../base/base.gyp:test_support_base', | 282 '../base/base.gyp:test_support_base', |
282 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 283 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
283 '../gpu/gpu.gyp:gpu', | 284 '../gpu/gpu.gyp:gpu', |
284 '../gpu/gpu.gyp:gpu_unittest_utils', | 285 '../gpu/gpu.gyp:gpu_unittest_utils', |
285 '../media/media.gyp:media', | 286 '../media/media.gyp:media', |
286 '../skia/skia.gyp:skia', | 287 '../skia/skia.gyp:skia', |
287 '../testing/gmock.gyp:gmock', | 288 '../testing/gmock.gyp:gmock', |
288 '../testing/gtest.gyp:gtest', | 289 '../testing/gtest.gyp:gtest', |
| 290 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
289 '../ui/events/events.gyp:events_base', | 291 '../ui/events/events.gyp:events_base', |
290 '../ui/gfx/gfx.gyp:gfx', | 292 '../ui/gfx/gfx.gyp:gfx', |
291 '../ui/gfx/gfx.gyp:gfx_geometry', | 293 '../ui/gfx/gfx.gyp:gfx_geometry', |
292 'cc.gyp:cc', | 294 'cc.gyp:cc', |
| 295 'cc.gyp:cc_proto', |
293 'cc.gyp:cc_surfaces', | 296 'cc.gyp:cc_surfaces', |
294 'cc_test_support', | 297 'cc_test_support', |
295 ], | 298 ], |
296 'sources': [ | 299 'sources': [ |
297 'test/cc_test_suite.cc', | 300 'test/cc_test_suite.cc', |
298 'test/run_all_unittests.cc', | 301 'test/run_all_unittests.cc', |
299 '<@(cc_unit_tests_source_files)', | 302 '<@(cc_unit_tests_source_files)', |
300 '<@(cc_surfaces_unit_tests_source_files)', | 303 '<@(cc_surfaces_unit_tests_source_files)', |
301 ], | 304 ], |
302 'include_dirs': [ | 305 'include_dirs': [ |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
470 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 473 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
471 ], | 474 ], |
472 } | 475 } |
473 ], | 476 ], |
474 ], | 477 ], |
475 }, | 478 }, |
476 ], | 479 ], |
477 }], | 480 }], |
478 ], | 481 ], |
479 } | 482 } |
OLD | NEW |