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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
381 'animation/animation_host_perftest.cc', | 381 'animation/animation_host_perftest.cc', |
382 'layers/layer_perftest.cc', | 382 'layers/layer_perftest.cc', |
383 'layers/picture_layer_impl_perftest.cc', | 383 'layers/picture_layer_impl_perftest.cc', |
384 'quads/draw_quad_perftest.cc', | 384 'quads/draw_quad_perftest.cc', |
385 'raster/raster_buffer_provider_perftest.cc', | 385 'raster/raster_buffer_provider_perftest.cc', |
386 'raster/task_graph_runner_perftest.cc', | 386 'raster/task_graph_runner_perftest.cc', |
387 'raster/texture_compressor_perftest.cc', | 387 'raster/texture_compressor_perftest.cc', |
388 'surfaces/surface_aggregator_perftest.cc', | 388 'surfaces/surface_aggregator_perftest.cc', |
389 'test/cc_test_suite.cc', | 389 'test/cc_test_suite.cc', |
390 'test/run_all_perftests.cc', | 390 'test/run_all_perftests.cc', |
391 'tiles/picture_layer_tiling_perftest.cc', | |
392 'tiles/tile_manager_perftest.cc', | 391 'tiles/tile_manager_perftest.cc', |
393 'trees/layer_tree_host_common_perftest.cc', | 392 'trees/layer_tree_host_common_perftest.cc', |
394 'trees/layer_tree_host_perftest.cc', | 393 'trees/layer_tree_host_perftest.cc', |
395 'trees/occlusion_tracker_perftest.cc', | 394 'trees/occlusion_tracker_perftest.cc', |
396 ], | 395 ], |
397 'conditions': [ | 396 'conditions': [ |
398 ['OS == "android"', | 397 ['OS == "android"', |
399 { | 398 { |
400 'dependencies': [ | 399 'dependencies': [ |
401 '../testing/android/native_test.gyp:native_test_native_code', | 400 '../testing/android/native_test.gyp:native_test_native_code', |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
506 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 505 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
507 ], | 506 ], |
508 } | 507 } |
509 ], | 508 ], |
510 ], | 509 ], |
511 }, | 510 }, |
512 ], | 511 ], |
513 }], | 512 }], |
514 ], | 513 ], |
515 } | 514 } |
OLD | NEW |