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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 'trees/layer_tree_host_unittest_delegated.cc', | 140 'trees/layer_tree_host_unittest_delegated.cc', |
141 'trees/layer_tree_host_unittest_occlusion.cc', | 141 'trees/layer_tree_host_unittest_occlusion.cc', |
142 'trees/layer_tree_host_unittest_picture.cc', | 142 'trees/layer_tree_host_unittest_picture.cc', |
143 'trees/layer_tree_host_unittest_proxy.cc', | 143 'trees/layer_tree_host_unittest_proxy.cc', |
144 'trees/layer_tree_host_unittest_scroll.cc', | 144 'trees/layer_tree_host_unittest_scroll.cc', |
145 'trees/layer_tree_host_unittest_video.cc', | 145 'trees/layer_tree_host_unittest_video.cc', |
146 'trees/layer_tree_impl_unittest.cc', | 146 'trees/layer_tree_impl_unittest.cc', |
147 'trees/occlusion_tracker_unittest.cc', | 147 'trees/occlusion_tracker_unittest.cc', |
148 'trees/occlusion_unittest.cc', | 148 'trees/occlusion_unittest.cc', |
149 'trees/property_tree_unittest.cc', | 149 'trees/property_tree_unittest.cc', |
| 150 'trees/remote_channel_unittest.cc', |
150 'trees/threaded_channel_unittest.cc', | 151 'trees/threaded_channel_unittest.cc', |
151 'trees/tree_synchronizer_unittest.cc', | 152 'trees/tree_synchronizer_unittest.cc', |
152 ], | 153 ], |
153 'cc_surfaces_unit_tests_source_files': [ | 154 'cc_surfaces_unit_tests_source_files': [ |
154 'surfaces/display_unittest.cc', | 155 'surfaces/display_unittest.cc', |
155 'surfaces/display_scheduler_unittest.cc', | 156 'surfaces/display_scheduler_unittest.cc', |
156 'surfaces/surface_aggregator_unittest.cc', | 157 'surfaces/surface_aggregator_unittest.cc', |
157 'surfaces/surface_display_output_surface_unittest.cc', | 158 'surfaces/surface_display_output_surface_unittest.cc', |
158 'surfaces/surface_factory_unittest.cc', | 159 'surfaces/surface_factory_unittest.cc', |
159 'surfaces/surface_hittest_unittest.cc', | 160 'surfaces/surface_hittest_unittest.cc', |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
255 'test/pixel_test_output_surface.cc', | 256 'test/pixel_test_output_surface.cc', |
256 'test/pixel_test_output_surface.h', | 257 'test/pixel_test_output_surface.h', |
257 'test/pixel_test_software_output_device.cc', | 258 'test/pixel_test_software_output_device.cc', |
258 'test/pixel_test_software_output_device.h', | 259 'test/pixel_test_software_output_device.h', |
259 'test/pixel_test_utils.cc', | 260 'test/pixel_test_utils.cc', |
260 'test/pixel_test_utils.h', | 261 'test/pixel_test_utils.h', |
261 'test/proxy_impl_for_test.cc', | 262 'test/proxy_impl_for_test.cc', |
262 'test/proxy_impl_for_test.h', | 263 'test/proxy_impl_for_test.h', |
263 'test/proxy_main_for_test.cc', | 264 'test/proxy_main_for_test.cc', |
264 'test/proxy_main_for_test.h', | 265 'test/proxy_main_for_test.h', |
| 266 'test/remote_channel_impl_for_test.cc', |
| 267 'test/remote_channel_impl_for_test.h', |
| 268 'test/remote_proto_channel_bridge.cc', |
| 269 'test/remote_proto_channel_bridge.h', |
265 'test/render_pass_test_utils.cc', | 270 'test/render_pass_test_utils.cc', |
266 'test/render_pass_test_utils.h', | 271 'test/render_pass_test_utils.h', |
267 'test/scheduler_test_common.cc', | 272 'test/scheduler_test_common.cc', |
268 'test/scheduler_test_common.h', | 273 'test/scheduler_test_common.h', |
269 'test/skia_common.cc', | 274 'test/skia_common.cc', |
270 'test/skia_common.h', | 275 'test/skia_common.h', |
271 'test/solid_color_content_layer_client.cc', | 276 'test/solid_color_content_layer_client.cc', |
272 'test/solid_color_content_layer_client.h', | 277 'test/solid_color_content_layer_client.h', |
273 'test/surface_aggregator_test_helpers.cc', | 278 'test/surface_aggregator_test_helpers.cc', |
274 'test/surface_aggregator_test_helpers.h', | 279 'test/surface_aggregator_test_helpers.h', |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
426 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 431 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
427 '../skia/skia.gyp:skia', | 432 '../skia/skia.gyp:skia', |
428 '../testing/gmock.gyp:gmock', | 433 '../testing/gmock.gyp:gmock', |
429 '../testing/gtest.gyp:gtest', | 434 '../testing/gtest.gyp:gtest', |
430 '../third_party/mesa/mesa.gyp:osmesa', | 435 '../third_party/mesa/mesa.gyp:osmesa', |
431 '../ui/gfx/gfx.gyp:gfx', | 436 '../ui/gfx/gfx.gyp:gfx', |
432 '../ui/gfx/gfx.gyp:gfx_geometry', | 437 '../ui/gfx/gfx.gyp:gfx_geometry', |
433 '../ui/gfx/gfx.gyp:gfx_test_support', | 438 '../ui/gfx/gfx.gyp:gfx_test_support', |
434 '../ui/gl/gl.gyp:gl', | 439 '../ui/gl/gl.gyp:gl', |
435 '../ui/gl/gl.gyp:gl_test_support', | 440 '../ui/gl/gl.gyp:gl_test_support', |
| 441 'cc.gyp:cc_proto', |
436 ], | 442 ], |
437 'sources': [ | 443 'sources': [ |
438 '<@(cc_tests_support_files)', | 444 '<@(cc_tests_support_files)', |
439 ], | 445 ], |
440 }, | 446 }, |
441 ], | 447 ], |
442 'conditions': [ | 448 'conditions': [ |
443 ['OS == "android"', | 449 ['OS == "android"', |
444 { | 450 { |
445 'targets': [ | 451 'targets': [ |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
491 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 497 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
492 ], | 498 ], |
493 } | 499 } |
494 ], | 500 ], |
495 ], | 501 ], |
496 }, | 502 }, |
497 ], | 503 ], |
498 }], | 504 }], |
499 ], | 505 ], |
500 } | 506 } |
OLD | NEW |