| 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_unittest.cc', | 9 'animation/animation_unittest.cc', |
| 10 'animation/keyframed_animation_curve_unittest.cc', | 10 'animation/keyframed_animation_curve_unittest.cc', |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 'cc.gyp:cc', | 344 'cc.gyp:cc', |
| 345 'cc_test_support', | 345 'cc_test_support', |
| 346 ], | 346 ], |
| 347 'sources': [ | 347 'sources': [ |
| 348 # Note: sources list duplicated in GN build. | 348 # Note: sources list duplicated in GN build. |
| 349 'layers/layer_perftest.cc', | 349 'layers/layer_perftest.cc', |
| 350 'layers/picture_layer_impl_perftest.cc', | 350 'layers/picture_layer_impl_perftest.cc', |
| 351 'resources/picture_layer_tiling_perftest.cc', | 351 'resources/picture_layer_tiling_perftest.cc', |
| 352 'resources/picture_pile_impl_perftest.cc', | 352 'resources/picture_pile_impl_perftest.cc', |
| 353 'resources/task_graph_runner_perftest.cc', | 353 'resources/task_graph_runner_perftest.cc', |
| 354 'resources/texture_compress/texture_compressor_perftest.cc', |
| 354 'resources/tile_manager_perftest.cc', | 355 'resources/tile_manager_perftest.cc', |
| 355 'resources/tile_task_worker_pool_perftest.cc', | 356 'resources/tile_task_worker_pool_perftest.cc', |
| 356 'test/cc_test_suite.cc', | 357 'test/cc_test_suite.cc', |
| 357 'test/run_all_perftests.cc', | 358 'test/run_all_perftests.cc', |
| 358 'trees/layer_tree_host_common_perftest.cc', | 359 'trees/layer_tree_host_common_perftest.cc', |
| 359 'trees/layer_tree_host_perftest.cc', | 360 'trees/layer_tree_host_perftest.cc', |
| 360 'trees/occlusion_tracker_perftest.cc', | 361 'trees/occlusion_tracker_perftest.cc', |
| 361 ], | 362 ], |
| 362 'include_dirs': [ | 363 'include_dirs': [ |
| 363 'test', | 364 'test', |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 470 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 470 ], | 471 ], |
| 471 } | 472 } |
| 472 ], | 473 ], |
| 473 ], | 474 ], |
| 474 }, | 475 }, |
| 475 ], | 476 ], |
| 476 }], | 477 }], |
| 477 ], | 478 ], |
| 478 } | 479 } |
| OLD | NEW |