| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 'trees/layer_tree_host_unittest_proxy.cc', | 144 'trees/layer_tree_host_unittest_proxy.cc', |
| 145 'trees/layer_tree_host_unittest_record_gpu_histogram.cc', | 145 'trees/layer_tree_host_unittest_record_gpu_histogram.cc', |
| 146 'trees/layer_tree_host_unittest_scroll.cc', | 146 'trees/layer_tree_host_unittest_scroll.cc', |
| 147 'trees/layer_tree_host_unittest_video.cc', | 147 'trees/layer_tree_host_unittest_video.cc', |
| 148 'trees/layer_tree_impl_unittest.cc', | 148 'trees/layer_tree_impl_unittest.cc', |
| 149 'trees/layer_tree_settings_unittest.cc', | 149 'trees/layer_tree_settings_unittest.cc', |
| 150 'trees/occlusion_tracker_unittest.cc', | 150 'trees/occlusion_tracker_unittest.cc', |
| 151 'trees/occlusion_unittest.cc', | 151 'trees/occlusion_unittest.cc', |
| 152 'trees/property_tree_unittest.cc', | 152 'trees/property_tree_unittest.cc', |
| 153 'trees/proxy_impl_unittest.cc', | 153 'trees/proxy_impl_unittest.cc', |
| 154 'trees/remote_channel_unittest.cc', |
| 154 'trees/threaded_channel_unittest.cc', | 155 'trees/threaded_channel_unittest.cc', |
| 155 'trees/tree_synchronizer_unittest.cc', | 156 'trees/tree_synchronizer_unittest.cc', |
| 156 ], | 157 ], |
| 157 'cc_surfaces_unit_tests_source_files': [ | 158 'cc_surfaces_unit_tests_source_files': [ |
| 158 'surfaces/display_unittest.cc', | 159 'surfaces/display_unittest.cc', |
| 159 'surfaces/display_scheduler_unittest.cc', | 160 'surfaces/display_scheduler_unittest.cc', |
| 160 'surfaces/surface_aggregator_unittest.cc', | 161 'surfaces/surface_aggregator_unittest.cc', |
| 161 'surfaces/surface_display_output_surface_unittest.cc', | 162 'surfaces/surface_display_output_surface_unittest.cc', |
| 162 'surfaces/surface_factory_unittest.cc', | 163 'surfaces/surface_factory_unittest.cc', |
| 163 'surfaces/surface_hittest_unittest.cc', | 164 'surfaces/surface_hittest_unittest.cc', |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 'test/pixel_test_output_surface.cc', | 262 'test/pixel_test_output_surface.cc', |
| 262 'test/pixel_test_output_surface.h', | 263 'test/pixel_test_output_surface.h', |
| 263 'test/pixel_test_software_output_device.cc', | 264 'test/pixel_test_software_output_device.cc', |
| 264 'test/pixel_test_software_output_device.h', | 265 'test/pixel_test_software_output_device.h', |
| 265 'test/pixel_test_utils.cc', | 266 'test/pixel_test_utils.cc', |
| 266 'test/pixel_test_utils.h', | 267 'test/pixel_test_utils.h', |
| 267 'test/proxy_impl_for_test.cc', | 268 'test/proxy_impl_for_test.cc', |
| 268 'test/proxy_impl_for_test.h', | 269 'test/proxy_impl_for_test.h', |
| 269 'test/proxy_main_for_test.cc', | 270 'test/proxy_main_for_test.cc', |
| 270 'test/proxy_main_for_test.h', | 271 'test/proxy_main_for_test.h', |
| 272 'test/remote_channel_impl_for_test.cc', |
| 273 'test/remote_channel_impl_for_test.h', |
| 274 'test/remote_proto_channel_bridge.cc', |
| 275 'test/remote_proto_channel_bridge.h', |
| 271 'test/render_pass_test_utils.cc', | 276 'test/render_pass_test_utils.cc', |
| 272 'test/render_pass_test_utils.h', | 277 'test/render_pass_test_utils.h', |
| 273 'test/scheduler_test_common.cc', | 278 'test/scheduler_test_common.cc', |
| 274 'test/scheduler_test_common.h', | 279 'test/scheduler_test_common.h', |
| 275 'test/skia_common.cc', | 280 'test/skia_common.cc', |
| 276 'test/skia_common.h', | 281 'test/skia_common.h', |
| 277 'test/solid_color_content_layer_client.cc', | 282 'test/solid_color_content_layer_client.cc', |
| 278 'test/solid_color_content_layer_client.h', | 283 'test/solid_color_content_layer_client.h', |
| 279 'test/surface_aggregator_test_helpers.cc', | 284 'test/surface_aggregator_test_helpers.cc', |
| 280 'test/surface_aggregator_test_helpers.h', | 285 'test/surface_aggregator_test_helpers.h', |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 432 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 437 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
| 433 '../skia/skia.gyp:skia', | 438 '../skia/skia.gyp:skia', |
| 434 '../testing/gmock.gyp:gmock', | 439 '../testing/gmock.gyp:gmock', |
| 435 '../testing/gtest.gyp:gtest', | 440 '../testing/gtest.gyp:gtest', |
| 436 '../third_party/mesa/mesa.gyp:osmesa', | 441 '../third_party/mesa/mesa.gyp:osmesa', |
| 437 '../ui/gfx/gfx.gyp:gfx', | 442 '../ui/gfx/gfx.gyp:gfx', |
| 438 '../ui/gfx/gfx.gyp:gfx_geometry', | 443 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 439 '../ui/gfx/gfx.gyp:gfx_test_support', | 444 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 440 '../ui/gl/gl.gyp:gl', | 445 '../ui/gl/gl.gyp:gl', |
| 441 '../ui/gl/gl.gyp:gl_test_support', | 446 '../ui/gl/gl.gyp:gl_test_support', |
| 447 'cc.gyp:cc_proto', |
| 442 ], | 448 ], |
| 443 'sources': [ | 449 'sources': [ |
| 444 '<@(cc_tests_support_files)', | 450 '<@(cc_tests_support_files)', |
| 445 ], | 451 ], |
| 446 }, | 452 }, |
| 447 ], | 453 ], |
| 448 'conditions': [ | 454 'conditions': [ |
| 449 ['OS == "android"', | 455 ['OS == "android"', |
| 450 { | 456 { |
| 451 'targets': [ | 457 'targets': [ |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 497 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 503 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 498 ], | 504 ], |
| 499 } | 505 } |
| 500 ], | 506 ], |
| 501 ], | 507 ], |
| 502 }, | 508 }, |
| 503 ], | 509 ], |
| 504 }], | 510 }], |
| 505 ], | 511 ], |
| 506 } | 512 } |
| OLD | NEW |