| 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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 'quads/draw_quad_perftest.cc', | 403 'quads/draw_quad_perftest.cc', |
| 404 'raster/raster_buffer_provider_perftest.cc', | 404 'raster/raster_buffer_provider_perftest.cc', |
| 405 'raster/task_graph_runner_perftest.cc', | 405 'raster/task_graph_runner_perftest.cc', |
| 406 'raster/texture_compressor_perftest.cc', | 406 'raster/texture_compressor_perftest.cc', |
| 407 'surfaces/surface_aggregator_perftest.cc', | 407 'surfaces/surface_aggregator_perftest.cc', |
| 408 'test/cc_test_suite.cc', | 408 'test/cc_test_suite.cc', |
| 409 'test/run_all_perftests.cc', | 409 'test/run_all_perftests.cc', |
| 410 'tiles/tile_manager_perftest.cc', | 410 'tiles/tile_manager_perftest.cc', |
| 411 'trees/layer_tree_host_common_perftest.cc', | 411 'trees/layer_tree_host_common_perftest.cc', |
| 412 'trees/layer_tree_host_perftest.cc', | 412 'trees/layer_tree_host_perftest.cc', |
| 413 'trees/occlusion_tracker_perftest.cc', | |
| 414 ], | 413 ], |
| 415 'conditions': [ | 414 'conditions': [ |
| 416 ['OS == "android"', | 415 ['OS == "android"', |
| 417 { | 416 { |
| 418 'dependencies': [ | 417 'dependencies': [ |
| 419 '../testing/android/native_test.gyp:native_test_native_code', | 418 '../testing/android/native_test.gyp:native_test_native_code', |
| 420 ], | 419 ], |
| 421 } | 420 } |
| 422 ], | 421 ], |
| 423 ], | 422 ], |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 523 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 525 ], | 524 ], |
| 526 } | 525 } |
| 527 ], | 526 ], |
| 528 ], | 527 ], |
| 529 }, | 528 }, |
| 530 ], | 529 ], |
| 531 }], | 530 }], |
| 532 ], | 531 ], |
| 533 } | 532 } |
| OLD | NEW |