| 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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/release_callback.h', |
| 318 'resources/resource.cc', | 318 'resources/resource.cc', |
| 319 'resources/resource.h', | 319 'resources/resource.h', |
| 320 'resources/resource_format.h', |
| 321 'resources/resource_format.cc', |
| 320 'resources/resource_pool.cc', | 322 'resources/resource_pool.cc', |
| 321 'resources/resource_pool.h', | 323 'resources/resource_pool.h', |
| 322 'resources/resource_provider.cc', | 324 'resources/resource_provider.cc', |
| 323 'resources/resource_provider.h', | 325 'resources/resource_provider.h', |
| 324 'resources/resource_update.cc', | 326 'resources/resource_update.cc', |
| 325 'resources/resource_update.h', | 327 'resources/resource_update.h', |
| 326 'resources/resource_update_controller.cc', | 328 'resources/resource_update_controller.cc', |
| 327 'resources/resource_update_controller.h', | 329 'resources/resource_update_controller.h', |
| 328 'resources/resource_update_queue.cc', | 330 'resources/resource_update_queue.cc', |
| 329 'resources/resource_update_queue.h', | 331 'resources/resource_update_queue.h', |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 402 'trees/thread_proxy.cc', | 404 'trees/thread_proxy.cc', |
| 403 'trees/thread_proxy.h', | 405 'trees/thread_proxy.h', |
| 404 'trees/tree_synchronizer.cc', | 406 'trees/tree_synchronizer.cc', |
| 405 'trees/tree_synchronizer.h', | 407 'trees/tree_synchronizer.h', |
| 406 ], | 408 ], |
| 407 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 409 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 408 'msvs_disabled_warnings': [ 4267, ], | 410 'msvs_disabled_warnings': [ 4267, ], |
| 409 }, | 411 }, |
| 410 ], | 412 ], |
| 411 } | 413 } |
| OLD | NEW |