| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 'test/test_gpu_memory_buffer_manager.h', | 253 'test/test_gpu_memory_buffer_manager.h', |
| 254 'test/test_image_factory.cc', | 254 'test/test_image_factory.cc', |
| 255 'test/test_image_factory.h', | 255 'test/test_image_factory.h', |
| 256 'test/test_in_process_context_provider.cc', | 256 'test/test_in_process_context_provider.cc', |
| 257 'test/test_in_process_context_provider.h', | 257 'test/test_in_process_context_provider.h', |
| 258 'test/test_now_source.cc', | 258 'test/test_now_source.cc', |
| 259 'test/test_now_source.h', | 259 'test/test_now_source.h', |
| 260 'test/test_occlusion_tracker.h', | 260 'test/test_occlusion_tracker.h', |
| 261 'test/test_shared_bitmap_manager.cc', | 261 'test/test_shared_bitmap_manager.cc', |
| 262 'test/test_shared_bitmap_manager.h', | 262 'test/test_shared_bitmap_manager.h', |
| 263 'test/test_task_graph_runner.cc', |
| 264 'test/test_task_graph_runner.h', |
| 263 'test/test_texture.cc', | 265 'test/test_texture.cc', |
| 264 'test/test_texture.h', | 266 'test/test_texture.h', |
| 265 'test/test_tile_priorities.cc', | 267 'test/test_tile_priorities.cc', |
| 266 'test/test_tile_priorities.h', | 268 'test/test_tile_priorities.h', |
| 267 'test/test_web_graphics_context_3d.cc', | 269 'test/test_web_graphics_context_3d.cc', |
| 268 'test/test_web_graphics_context_3d.h', | 270 'test/test_web_graphics_context_3d.h', |
| 269 'test/tiled_layer_test_common.cc', | 271 'test/tiled_layer_test_common.cc', |
| 270 'test/tiled_layer_test_common.h', | 272 'test/tiled_layer_test_common.h', |
| 271 ], | 273 ], |
| 272 }, | 274 }, |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 'cc.gyp:cc', | 346 'cc.gyp:cc', |
| 345 'cc_test_support', | 347 'cc_test_support', |
| 346 ], | 348 ], |
| 347 'sources': [ | 349 'sources': [ |
| 348 # Note: sources list duplicated in GN build. | 350 # Note: sources list duplicated in GN build. |
| 349 'layers/layer_perftest.cc', | 351 'layers/layer_perftest.cc', |
| 350 'layers/picture_layer_impl_perftest.cc', | 352 'layers/picture_layer_impl_perftest.cc', |
| 351 'resources/picture_layer_tiling_perftest.cc', | 353 'resources/picture_layer_tiling_perftest.cc', |
| 352 'resources/picture_pile_impl_perftest.cc', | 354 'resources/picture_pile_impl_perftest.cc', |
| 353 'resources/task_graph_runner_perftest.cc', | 355 'resources/task_graph_runner_perftest.cc', |
| 356 'resources/texture_compressor_perftest.cc', |
| 354 'resources/tile_manager_perftest.cc', | 357 'resources/tile_manager_perftest.cc', |
| 355 'resources/tile_task_worker_pool_perftest.cc', | 358 'resources/tile_task_worker_pool_perftest.cc', |
| 356 'test/cc_test_suite.cc', | 359 'test/cc_test_suite.cc', |
| 357 'test/run_all_perftests.cc', | 360 'test/run_all_perftests.cc', |
| 358 'trees/layer_tree_host_common_perftest.cc', | 361 'trees/layer_tree_host_common_perftest.cc', |
| 359 'trees/layer_tree_host_perftest.cc', | 362 'trees/layer_tree_host_perftest.cc', |
| 360 'trees/occlusion_tracker_perftest.cc', | 363 'trees/occlusion_tracker_perftest.cc', |
| 361 ], | 364 ], |
| 362 'include_dirs': [ | 365 'include_dirs': [ |
| 363 'test', | 366 'test', |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 472 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 470 ], | 473 ], |
| 471 } | 474 } |
| 472 ], | 475 ], |
| 473 ], | 476 ], |
| 474 }, | 477 }, |
| 475 ], | 478 ], |
| 476 }], | 479 }], |
| 477 ], | 480 ], |
| 478 } | 481 } |
| OLD | NEW |