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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
495 'resources/tiling_set_eviction_queue.cc', | 495 'resources/tiling_set_eviction_queue.cc', |
496 'resources/tiling_set_eviction_queue.h', | 496 'resources/tiling_set_eviction_queue.h', |
497 'resources/tiling_set_raster_queue_all.cc', | 497 'resources/tiling_set_raster_queue_all.cc', |
498 'resources/tiling_set_raster_queue_all.h', | 498 'resources/tiling_set_raster_queue_all.h', |
499 'resources/tiling_set_raster_queue_required.cc', | 499 'resources/tiling_set_raster_queue_required.cc', |
500 'resources/tiling_set_raster_queue_required.h', | 500 'resources/tiling_set_raster_queue_required.h', |
501 'resources/transferable_resource.cc', | 501 'resources/transferable_resource.cc', |
502 'resources/transferable_resource.h', | 502 'resources/transferable_resource.h', |
503 'resources/transform_display_item.cc', | 503 'resources/transform_display_item.cc', |
504 'resources/transform_display_item.h', | 504 'resources/transform_display_item.h', |
505 'resources/transparency_display_item.cc', | |
506 'resources/transparency_display_item.h', | |
507 'resources/ui_resource_bitmap.cc', | 505 'resources/ui_resource_bitmap.cc', |
508 'resources/ui_resource_bitmap.h', | 506 'resources/ui_resource_bitmap.h', |
509 'resources/ui_resource_client.h', | 507 'resources/ui_resource_client.h', |
510 'resources/ui_resource_request.cc', | 508 'resources/ui_resource_request.cc', |
511 'resources/ui_resource_request.h', | 509 'resources/ui_resource_request.h', |
512 'resources/video_resource_updater.cc', | 510 'resources/video_resource_updater.cc', |
513 'resources/video_resource_updater.h', | 511 'resources/video_resource_updater.h', |
514 'resources/zero_copy_tile_task_worker_pool.cc', | 512 'resources/zero_copy_tile_task_worker_pool.cc', |
515 'resources/zero_copy_tile_task_worker_pool.h', | 513 'resources/zero_copy_tile_task_worker_pool.h', |
516 'scheduler/begin_frame_source.cc', | 514 'scheduler/begin_frame_source.cc', |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
610 'surfaces/surface_resource_holder.cc', | 608 'surfaces/surface_resource_holder.cc', |
611 'surfaces/surface_resource_holder.h', | 609 'surfaces/surface_resource_holder.h', |
612 'surfaces/surfaces_export.h', | 610 'surfaces/surfaces_export.h', |
613 ], | 611 ], |
614 'includes': [ | 612 'includes': [ |
615 '../build/android/increase_size_for_speed.gypi', | 613 '../build/android/increase_size_for_speed.gypi', |
616 ], | 614 ], |
617 }, | 615 }, |
618 ], | 616 ], |
619 } | 617 } |
OLD | NEW |