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