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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 'trees/layer_tree_host_unittest_scroll.cc', | 149 'trees/layer_tree_host_unittest_scroll.cc', |
150 'trees/layer_tree_host_unittest_serialization.cc', | 150 'trees/layer_tree_host_unittest_serialization.cc', |
151 'trees/layer_tree_host_unittest_video.cc', | 151 'trees/layer_tree_host_unittest_video.cc', |
152 'trees/layer_tree_impl_unittest.cc', | 152 'trees/layer_tree_impl_unittest.cc', |
153 'trees/layer_tree_settings_unittest.cc', | 153 'trees/layer_tree_settings_unittest.cc', |
154 'trees/occlusion_tracker_unittest.cc', | 154 'trees/occlusion_tracker_unittest.cc', |
155 'trees/occlusion_unittest.cc', | 155 'trees/occlusion_unittest.cc', |
156 'trees/property_tree_unittest.cc', | 156 'trees/property_tree_unittest.cc', |
157 'trees/proxy_common_unittest.cc', | 157 'trees/proxy_common_unittest.cc', |
158 'trees/proxy_impl_unittest.cc', | 158 'trees/proxy_impl_unittest.cc', |
| 159 'trees/remote_channel_unittest.cc', |
159 'trees/threaded_channel_unittest.cc', | 160 'trees/threaded_channel_unittest.cc', |
160 'trees/tree_synchronizer_unittest.cc', | 161 'trees/tree_synchronizer_unittest.cc', |
161 ], | 162 ], |
162 'cc_surfaces_unit_tests_source_files': [ | 163 'cc_surfaces_unit_tests_source_files': [ |
163 'surfaces/display_unittest.cc', | 164 'surfaces/display_unittest.cc', |
164 'surfaces/display_scheduler_unittest.cc', | 165 'surfaces/display_scheduler_unittest.cc', |
165 'surfaces/surface_aggregator_unittest.cc', | 166 'surfaces/surface_aggregator_unittest.cc', |
166 'surfaces/surface_display_output_surface_unittest.cc', | 167 'surfaces/surface_display_output_surface_unittest.cc', |
167 'surfaces/surface_factory_unittest.cc', | 168 'surfaces/surface_factory_unittest.cc', |
168 'surfaces/surface_hittest_unittest.cc', | 169 'surfaces/surface_hittest_unittest.cc', |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 'test/pixel_test_output_surface.cc', | 267 'test/pixel_test_output_surface.cc', |
267 'test/pixel_test_output_surface.h', | 268 'test/pixel_test_output_surface.h', |
268 'test/pixel_test_software_output_device.cc', | 269 'test/pixel_test_software_output_device.cc', |
269 'test/pixel_test_software_output_device.h', | 270 'test/pixel_test_software_output_device.h', |
270 'test/pixel_test_utils.cc', | 271 'test/pixel_test_utils.cc', |
271 'test/pixel_test_utils.h', | 272 'test/pixel_test_utils.h', |
272 'test/proxy_impl_for_test.cc', | 273 'test/proxy_impl_for_test.cc', |
273 'test/proxy_impl_for_test.h', | 274 'test/proxy_impl_for_test.h', |
274 'test/proxy_main_for_test.cc', | 275 'test/proxy_main_for_test.cc', |
275 'test/proxy_main_for_test.h', | 276 'test/proxy_main_for_test.h', |
| 277 'test/remote_channel_impl_for_test.cc', |
| 278 'test/remote_channel_impl_for_test.h', |
| 279 'test/remote_proto_channel_bridge.cc', |
| 280 'test/remote_proto_channel_bridge.h', |
276 'test/render_pass_test_utils.cc', | 281 'test/render_pass_test_utils.cc', |
277 'test/render_pass_test_utils.h', | 282 'test/render_pass_test_utils.h', |
278 'test/scheduler_test_common.cc', | 283 'test/scheduler_test_common.cc', |
279 'test/scheduler_test_common.h', | 284 'test/scheduler_test_common.h', |
280 'test/skia_common.cc', | 285 'test/skia_common.cc', |
281 'test/skia_common.h', | 286 'test/skia_common.h', |
282 'test/solid_color_content_layer_client.cc', | 287 'test/solid_color_content_layer_client.cc', |
283 'test/solid_color_content_layer_client.h', | 288 'test/solid_color_content_layer_client.h', |
284 'test/surface_aggregator_test_helpers.cc', | 289 'test/surface_aggregator_test_helpers.cc', |
285 'test/surface_aggregator_test_helpers.h', | 290 'test/surface_aggregator_test_helpers.h', |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
437 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 442 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
438 '../skia/skia.gyp:skia', | 443 '../skia/skia.gyp:skia', |
439 '../testing/gmock.gyp:gmock', | 444 '../testing/gmock.gyp:gmock', |
440 '../testing/gtest.gyp:gtest', | 445 '../testing/gtest.gyp:gtest', |
441 '../third_party/mesa/mesa.gyp:osmesa', | 446 '../third_party/mesa/mesa.gyp:osmesa', |
442 '../ui/gfx/gfx.gyp:gfx', | 447 '../ui/gfx/gfx.gyp:gfx', |
443 '../ui/gfx/gfx.gyp:gfx_geometry', | 448 '../ui/gfx/gfx.gyp:gfx_geometry', |
444 '../ui/gfx/gfx.gyp:gfx_test_support', | 449 '../ui/gfx/gfx.gyp:gfx_test_support', |
445 '../ui/gl/gl.gyp:gl', | 450 '../ui/gl/gl.gyp:gl', |
446 '../ui/gl/gl.gyp:gl_test_support', | 451 '../ui/gl/gl.gyp:gl_test_support', |
| 452 'cc.gyp:cc_proto', |
447 ], | 453 ], |
448 'sources': [ | 454 'sources': [ |
449 '<@(cc_tests_support_files)', | 455 '<@(cc_tests_support_files)', |
450 ], | 456 ], |
451 }, | 457 }, |
452 ], | 458 ], |
453 'conditions': [ | 459 'conditions': [ |
454 ['OS == "android"', | 460 ['OS == "android"', |
455 { | 461 { |
456 'targets': [ | 462 'targets': [ |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
502 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 508 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
503 ], | 509 ], |
504 } | 510 } |
505 ], | 511 ], |
506 ], | 512 ], |
507 }, | 513 }, |
508 ], | 514 ], |
509 }], | 515 }], |
510 ], | 516 ], |
511 } | 517 } |
OLD | NEW |