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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 'resources/picture_layer_tiling.cc', | 410 'resources/picture_layer_tiling.cc', |
411 'resources/picture_layer_tiling.h', | 411 'resources/picture_layer_tiling.h', |
412 'resources/picture_layer_tiling_set.cc', | 412 'resources/picture_layer_tiling_set.cc', |
413 'resources/picture_layer_tiling_set.h', | 413 'resources/picture_layer_tiling_set.h', |
414 'resources/picture_pile.cc', | 414 'resources/picture_pile.cc', |
415 'resources/picture_pile.h', | 415 'resources/picture_pile.h', |
416 'resources/picture_pile_impl.cc', | 416 'resources/picture_pile_impl.cc', |
417 'resources/picture_pile_impl.h', | 417 'resources/picture_pile_impl.h', |
418 'resources/pixel_buffer_tile_task_worker_pool.cc', | 418 'resources/pixel_buffer_tile_task_worker_pool.cc', |
419 'resources/pixel_buffer_tile_task_worker_pool.h', | 419 'resources/pixel_buffer_tile_task_worker_pool.h', |
| 420 'resources/pixel_ref_map.cc', |
| 421 'resources/pixel_ref_map.h', |
420 'resources/platform_color.h', | 422 'resources/platform_color.h', |
421 'resources/prioritized_resource.cc', | 423 'resources/prioritized_resource.cc', |
422 'resources/prioritized_resource.h', | 424 'resources/prioritized_resource.h', |
423 'resources/prioritized_resource_manager.cc', | 425 'resources/prioritized_resource_manager.cc', |
424 'resources/prioritized_resource_manager.h', | 426 'resources/prioritized_resource_manager.h', |
425 'resources/priority_calculator.cc', | 427 'resources/priority_calculator.cc', |
426 'resources/priority_calculator.h', | 428 'resources/priority_calculator.h', |
427 'resources/raster_buffer.cc', | 429 'resources/raster_buffer.cc', |
428 'resources/raster_buffer.h', | 430 'resources/raster_buffer.h', |
429 'resources/raster_source.h', | 431 'resources/raster_source.h', |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
608 'surfaces/surface_resource_holder.cc', | 610 'surfaces/surface_resource_holder.cc', |
609 'surfaces/surface_resource_holder.h', | 611 'surfaces/surface_resource_holder.h', |
610 'surfaces/surfaces_export.h', | 612 'surfaces/surfaces_export.h', |
611 ], | 613 ], |
612 'includes': [ | 614 'includes': [ |
613 '../build/android/increase_size_for_speed.gypi', | 615 '../build/android/increase_size_for_speed.gypi', |
614 ], | 616 ], |
615 }, | 617 }, |
616 ], | 618 ], |
617 } | 619 } |
OLD | NEW |