| 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 'test/remote_proto_channel_bridge.cc', | 279 'test/remote_proto_channel_bridge.cc', |
| 280 'test/remote_proto_channel_bridge.h', | 280 'test/remote_proto_channel_bridge.h', |
| 281 'test/render_pass_test_utils.cc', | 281 'test/render_pass_test_utils.cc', |
| 282 'test/render_pass_test_utils.h', | 282 'test/render_pass_test_utils.h', |
| 283 'test/scheduler_test_common.cc', | 283 'test/scheduler_test_common.cc', |
| 284 'test/scheduler_test_common.h', | 284 'test/scheduler_test_common.h', |
| 285 'test/skia_common.cc', | 285 'test/skia_common.cc', |
| 286 'test/skia_common.h', | 286 'test/skia_common.h', |
| 287 'test/solid_color_content_layer_client.cc', | 287 'test/solid_color_content_layer_client.cc', |
| 288 'test/solid_color_content_layer_client.h', | 288 'test/solid_color_content_layer_client.h', |
| 289 'test/stub_layer_tree_host_client.cc', |
| 290 'test/stub_layer_tree_host_client.h', |
| 291 'test/stub_layer_tree_host_single_thread_client.cc', |
| 292 'test/stub_layer_tree_host_single_thread_client.h', |
| 289 'test/surface_aggregator_test_helpers.cc', | 293 'test/surface_aggregator_test_helpers.cc', |
| 290 'test/surface_aggregator_test_helpers.h', | 294 'test/surface_aggregator_test_helpers.h', |
| 291 'test/surface_hittest_test_helpers.cc', | 295 'test/surface_hittest_test_helpers.cc', |
| 292 'test/surface_hittest_test_helpers.h', | 296 'test/surface_hittest_test_helpers.h', |
| 293 'test/task_graph_runner_test_template.cc', | 297 'test/task_graph_runner_test_template.cc', |
| 294 'test/task_graph_runner_test_template.h', | 298 'test/task_graph_runner_test_template.h', |
| 295 'test/test_context_provider.cc', | 299 'test/test_context_provider.cc', |
| 296 'test/test_context_provider.h', | 300 'test/test_context_provider.h', |
| 297 'test/test_context_support.cc', | 301 'test/test_context_support.cc', |
| 298 'test/test_context_support.h', | 302 'test/test_context_support.h', |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 519 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 523 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 520 ], | 524 ], |
| 521 } | 525 } |
| 522 ], | 526 ], |
| 523 ], | 527 ], |
| 524 }, | 528 }, |
| 525 ], | 529 ], |
| 526 }], | 530 }], |
| 527 ], | 531 ], |
| 528 } | 532 } |
| OLD | NEW |