| 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 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 'resources/prioritized_resource_manager.cc', | 307 'resources/prioritized_resource_manager.cc', |
| 308 'resources/prioritized_resource_manager.h', | 308 'resources/prioritized_resource_manager.h', |
| 309 'resources/prioritized_tile_set.cc', | 309 'resources/prioritized_tile_set.cc', |
| 310 'resources/prioritized_tile_set.h', | 310 'resources/prioritized_tile_set.h', |
| 311 'resources/priority_calculator.cc', | 311 'resources/priority_calculator.cc', |
| 312 'resources/priority_calculator.h', | 312 'resources/priority_calculator.h', |
| 313 'resources/raster_mode.cc', | 313 'resources/raster_mode.cc', |
| 314 'resources/raster_mode.h', | 314 'resources/raster_mode.h', |
| 315 'resources/raster_worker_pool.cc', | 315 'resources/raster_worker_pool.cc', |
| 316 'resources/raster_worker_pool.h', | 316 'resources/raster_worker_pool.h', |
| 317 'resources/release_callback.h', |
| 317 'resources/resource.cc', | 318 'resources/resource.cc', |
| 318 'resources/resource.h', | 319 'resources/resource.h', |
| 319 'resources/resource_pool.cc', | 320 'resources/resource_pool.cc', |
| 320 'resources/resource_pool.h', | 321 'resources/resource_pool.h', |
| 321 'resources/resource_provider.cc', | 322 'resources/resource_provider.cc', |
| 322 'resources/resource_provider.h', | 323 'resources/resource_provider.h', |
| 323 'resources/resource_update.cc', | 324 'resources/resource_update.cc', |
| 324 'resources/resource_update.h', | 325 'resources/resource_update.h', |
| 325 'resources/resource_update_controller.cc', | 326 'resources/resource_update_controller.cc', |
| 326 'resources/resource_update_controller.h', | 327 'resources/resource_update_controller.h', |
| 327 'resources/resource_update_queue.cc', | 328 'resources/resource_update_queue.cc', |
| 328 'resources/resource_update_queue.h', | 329 'resources/resource_update_queue.h', |
| 329 'resources/returned_resource.h', | 330 'resources/returned_resource.h', |
| 331 'resources/scoped_release_callback.cc', |
| 332 'resources/scoped_release_callback.h', |
| 330 'resources/scoped_resource.cc', | 333 'resources/scoped_resource.cc', |
| 331 'resources/scoped_resource.h', | 334 'resources/scoped_resource.h', |
| 332 'resources/scoped_ui_resource.cc', | 335 'resources/scoped_ui_resource.cc', |
| 333 'resources/scoped_ui_resource.h', | 336 'resources/scoped_ui_resource.h', |
| 334 'resources/skpicture_content_layer_updater.cc', | 337 'resources/skpicture_content_layer_updater.cc', |
| 335 'resources/skpicture_content_layer_updater.h', | 338 'resources/skpicture_content_layer_updater.h', |
| 336 'resources/sync_point_helper.cc', | 339 'resources/sync_point_helper.cc', |
| 337 'resources/sync_point_helper.h', | 340 'resources/sync_point_helper.h', |
| 338 'resources/texture_mailbox.cc', | 341 'resources/texture_mailbox.cc', |
| 339 'resources/texture_mailbox.h', | 342 'resources/texture_mailbox.h', |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 'trees/thread_proxy.cc', | 402 'trees/thread_proxy.cc', |
| 400 'trees/thread_proxy.h', | 403 'trees/thread_proxy.h', |
| 401 'trees/tree_synchronizer.cc', | 404 'trees/tree_synchronizer.cc', |
| 402 'trees/tree_synchronizer.h', | 405 'trees/tree_synchronizer.h', |
| 403 ], | 406 ], |
| 404 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 407 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 405 'msvs_disabled_warnings': [ 4267, ], | 408 'msvs_disabled_warnings': [ 4267, ], |
| 406 }, | 409 }, |
| 407 ], | 410 ], |
| 408 } | 411 } |
| OLD | NEW |