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_tile_set.cc', | 307 'resources/prioritized_tile_set.cc', |
308 'resources/prioritized_tile_set.h', | 308 'resources/prioritized_tile_set.h', |
309 'resources/priority_calculator.cc', | 309 'resources/priority_calculator.cc', |
310 'resources/priority_calculator.h', | 310 'resources/priority_calculator.h', |
311 'resources/raster_mode.cc', | 311 'resources/raster_mode.cc', |
312 'resources/raster_mode.h', | 312 'resources/raster_mode.h', |
313 'resources/raster_worker_pool.cc', | 313 'resources/raster_worker_pool.cc', |
314 'resources/raster_worker_pool.h', | 314 'resources/raster_worker_pool.h', |
315 'resources/resource.cc', | 315 'resources/resource.cc', |
316 'resources/resource.h', | 316 'resources/resource.h', |
| 317 'resources/resource_format.h', |
317 'resources/resource_pool.cc', | 318 'resources/resource_pool.cc', |
318 'resources/resource_pool.h', | 319 'resources/resource_pool.h', |
319 'resources/resource_provider.cc', | 320 'resources/resource_provider.cc', |
320 'resources/resource_provider.h', | 321 'resources/resource_provider.h', |
321 'resources/resource_update.cc', | 322 'resources/resource_update.cc', |
322 'resources/resource_update.h', | 323 'resources/resource_update.h', |
323 'resources/resource_update_controller.cc', | 324 'resources/resource_update_controller.cc', |
324 'resources/resource_update_controller.h', | 325 'resources/resource_update_controller.h', |
325 'resources/resource_update_queue.cc', | 326 'resources/resource_update_queue.cc', |
326 'resources/resource_update_queue.h', | 327 'resources/resource_update_queue.h', |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
397 'trees/thread_proxy.cc', | 398 'trees/thread_proxy.cc', |
398 'trees/thread_proxy.h', | 399 'trees/thread_proxy.h', |
399 'trees/tree_synchronizer.cc', | 400 'trees/tree_synchronizer.cc', |
400 'trees/tree_synchronizer.h', | 401 'trees/tree_synchronizer.h', |
401 ], | 402 ], |
402 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 403 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
403 'msvs_disabled_warnings': [ 4267, ], | 404 'msvs_disabled_warnings': [ 4267, ], |
404 }, | 405 }, |
405 ], | 406 ], |
406 } | 407 } |
OLD | NEW |