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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
363 'resources/bitmap_content_layer_updater.cc', | 363 'resources/bitmap_content_layer_updater.cc', |
364 'resources/bitmap_content_layer_updater.h', | 364 'resources/bitmap_content_layer_updater.h', |
365 'resources/bitmap_skpicture_content_layer_updater.cc', | 365 'resources/bitmap_skpicture_content_layer_updater.cc', |
366 'resources/bitmap_skpicture_content_layer_updater.h', | 366 'resources/bitmap_skpicture_content_layer_updater.h', |
367 'resources/bitmap_tile_task_worker_pool.cc', | 367 'resources/bitmap_tile_task_worker_pool.cc', |
368 'resources/bitmap_tile_task_worker_pool.h', | 368 'resources/bitmap_tile_task_worker_pool.h', |
369 'resources/clip_display_item.cc', | 369 'resources/clip_display_item.cc', |
370 'resources/clip_display_item.h', | 370 'resources/clip_display_item.h', |
371 'resources/clip_path_display_item.cc', | 371 'resources/clip_path_display_item.cc', |
372 'resources/clip_path_display_item.h', | 372 'resources/clip_path_display_item.h', |
| 373 'resources/compositing_display_item.cc', |
| 374 'resources/compositing_display_item.h', |
373 'resources/content_layer_updater.cc', | 375 'resources/content_layer_updater.cc', |
374 'resources/content_layer_updater.h', | 376 'resources/content_layer_updater.h', |
375 'resources/display_item.cc', | 377 'resources/display_item.cc', |
376 'resources/display_item.h', | 378 'resources/display_item.h', |
377 'resources/display_item_list.cc', | 379 'resources/display_item_list.cc', |
378 'resources/display_item_list.h', | 380 'resources/display_item_list.h', |
379 'resources/display_list_raster_source.cc', | 381 'resources/display_list_raster_source.cc', |
380 'resources/display_list_raster_source.h', | 382 'resources/display_list_raster_source.h', |
381 'resources/display_list_recording_source.cc', | 383 'resources/display_list_recording_source.cc', |
382 'resources/display_list_recording_source.h', | 384 'resources/display_list_recording_source.h', |
(...skipping 225 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 |