| 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 'test/proxy_main_for_test.cc', | 272 'test/proxy_main_for_test.cc', |
| 273 'test/proxy_main_for_test.h', | 273 'test/proxy_main_for_test.h', |
| 274 'test/remote_channel_impl_for_test.cc', | 274 'test/remote_channel_impl_for_test.cc', |
| 275 'test/remote_channel_impl_for_test.h', | 275 'test/remote_channel_impl_for_test.h', |
| 276 'test/remote_proto_channel_bridge.cc', | 276 'test/remote_proto_channel_bridge.cc', |
| 277 'test/remote_proto_channel_bridge.h', | 277 'test/remote_proto_channel_bridge.h', |
| 278 'test/render_pass_test_utils.cc', | 278 'test/render_pass_test_utils.cc', |
| 279 'test/render_pass_test_utils.h', | 279 'test/render_pass_test_utils.h', |
| 280 'test/scheduler_test_common.cc', | 280 'test/scheduler_test_common.cc', |
| 281 'test/scheduler_test_common.h', | 281 'test/scheduler_test_common.h', |
| 282 'test/simple_task_runner.cc', |
| 283 'test/simple_task_runner.h', |
| 282 'test/skia_common.cc', | 284 'test/skia_common.cc', |
| 283 'test/skia_common.h', | 285 'test/skia_common.h', |
| 284 'test/solid_color_content_layer_client.cc', | 286 'test/solid_color_content_layer_client.cc', |
| 285 'test/solid_color_content_layer_client.h', | 287 'test/solid_color_content_layer_client.h', |
| 286 'test/surface_aggregator_test_helpers.cc', | 288 'test/surface_aggregator_test_helpers.cc', |
| 287 'test/surface_aggregator_test_helpers.h', | 289 'test/surface_aggregator_test_helpers.h', |
| 288 'test/surface_hittest_test_helpers.cc', | 290 'test/surface_hittest_test_helpers.cc', |
| 289 'test/surface_hittest_test_helpers.h', | 291 'test/surface_hittest_test_helpers.h', |
| 290 'test/task_graph_runner_test_template.cc', | 292 'test/task_graph_runner_test_template.cc', |
| 291 'test/task_graph_runner_test_template.h', | 293 'test/task_graph_runner_test_template.h', |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 506 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 508 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 507 ], | 509 ], |
| 508 } | 510 } |
| 509 ], | 511 ], |
| 510 ], | 512 ], |
| 511 }, | 513 }, |
| 512 ], | 514 ], |
| 513 }], | 515 }], |
| 514 ], | 516 ], |
| 515 } | 517 } |
| OLD | NEW |