| 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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 '../ui/gfx/gfx.gyp:gfx', | 396 '../ui/gfx/gfx.gyp:gfx', |
| 397 '../ui/gfx/gfx.gyp:gfx_geometry', | 397 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 398 'cc.gyp:cc', | 398 'cc.gyp:cc', |
| 399 'cc.gyp:cc_surfaces', | 399 'cc.gyp:cc_surfaces', |
| 400 'cc_test_support', | 400 'cc_test_support', |
| 401 'ipc/cc_ipc.gyp:cc_ipc', | 401 'ipc/cc_ipc.gyp:cc_ipc', |
| 402 ], | 402 ], |
| 403 'sources': [ | 403 'sources': [ |
| 404 # Note: sources list duplicated in GN build. | 404 # Note: sources list duplicated in GN build. |
| 405 'animation/animation_host_perftest.cc', | 405 'animation/animation_host_perftest.cc', |
| 406 'ipc/cc_param_traits_perftest.cc', | |
| 407 'layers/layer_perftest.cc', | 406 'layers/layer_perftest.cc', |
| 408 'layers/picture_layer_impl_perftest.cc', | 407 'layers/picture_layer_impl_perftest.cc', |
| 409 'quads/draw_quad_perftest.cc', | 408 'quads/draw_quad_perftest.cc', |
| 410 'raster/raster_buffer_provider_perftest.cc', | 409 'raster/raster_buffer_provider_perftest.cc', |
| 411 'raster/task_graph_runner_perftest.cc', | 410 'raster/task_graph_runner_perftest.cc', |
| 412 'raster/texture_compressor_perftest.cc', | 411 'raster/texture_compressor_perftest.cc', |
| 413 'surfaces/surface_aggregator_perftest.cc', | 412 'surfaces/surface_aggregator_perftest.cc', |
| 414 'test/cc_test_suite.cc', | 413 'test/cc_test_suite.cc', |
| 415 'test/run_all_perftests.cc', | 414 'test/run_all_perftests.cc', |
| 416 'tiles/tile_manager_perftest.cc', | 415 'tiles/tile_manager_perftest.cc', |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 529 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 528 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 530 ], | 529 ], |
| 531 } | 530 } |
| 532 ], | 531 ], |
| 533 ], | 532 ], |
| 534 }, | 533 }, |
| 535 ], | 534 ], |
| 536 }], | 535 }], |
| 537 ], | 536 ], |
| 538 } | 537 } |
| OLD | NEW |