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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
348 'playback/discardable_image_map.cc', | 348 'playback/discardable_image_map.cc', |
349 'playback/discardable_image_map.h', | 349 'playback/discardable_image_map.h', |
350 'playback/display_item.cc', | 350 'playback/display_item.cc', |
351 'playback/display_item.h', | 351 'playback/display_item.h', |
352 'playback/display_item_list.cc', | 352 'playback/display_item_list.cc', |
353 'playback/display_item_list.h', | 353 'playback/display_item_list.h', |
354 'playback/display_item_list_settings.cc', | 354 'playback/display_item_list_settings.cc', |
355 'playback/display_item_list_settings.h', | 355 'playback/display_item_list_settings.h', |
356 'playback/display_item_proto_factory.cc', | 356 'playback/display_item_proto_factory.cc', |
357 'playback/display_item_proto_factory.h', | 357 'playback/display_item_proto_factory.h', |
358 'playback/display_list_raster_source.cc', | |
359 'playback/display_list_raster_source.h', | |
360 'playback/display_list_recording_source.cc', | 358 'playback/display_list_recording_source.cc', |
361 'playback/display_list_recording_source.h', | 359 'playback/display_list_recording_source.h', |
362 'playback/draw_image.cc', | 360 'playback/draw_image.cc', |
363 'playback/draw_image.h', | 361 'playback/draw_image.h', |
364 'playback/drawing_display_item.cc', | 362 'playback/drawing_display_item.cc', |
365 'playback/drawing_display_item.h', | 363 'playback/drawing_display_item.h', |
366 'playback/filter_display_item.cc', | 364 'playback/filter_display_item.cc', |
367 'playback/filter_display_item.h', | 365 'playback/filter_display_item.h', |
368 'playback/float_clip_display_item.cc', | 366 'playback/float_clip_display_item.cc', |
369 'playback/float_clip_display_item.h', | 367 'playback/float_clip_display_item.h', |
370 'playback/image_hijack_canvas.cc', | 368 'playback/image_hijack_canvas.cc', |
371 'playback/image_hijack_canvas.h', | 369 'playback/image_hijack_canvas.h', |
372 'playback/largest_display_item.cc', | 370 'playback/largest_display_item.cc', |
373 'playback/largest_display_item.h', | 371 'playback/largest_display_item.h', |
| 372 'playback/raster_source.cc', |
| 373 'playback/raster_source.h', |
374 'playback/skip_image_canvas.cc', | 374 'playback/skip_image_canvas.cc', |
375 'playback/skip_image_canvas.h', | 375 'playback/skip_image_canvas.h', |
376 'playback/transform_display_item.cc', | 376 'playback/transform_display_item.cc', |
377 'playback/transform_display_item.h', | 377 'playback/transform_display_item.h', |
378 'proto/base_conversions.cc', | 378 'proto/base_conversions.cc', |
379 'proto/base_conversions.h', | 379 'proto/base_conversions.h', |
380 'proto/cc_conversions.cc', | 380 'proto/cc_conversions.cc', |
381 'proto/cc_conversions.h', | 381 'proto/cc_conversions.h', |
382 'proto/gfx_conversions.cc', | 382 'proto/gfx_conversions.cc', |
383 'proto/gfx_conversions.h', | 383 'proto/gfx_conversions.h', |
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
704 'surfaces/surface_resource_holder.cc', | 704 'surfaces/surface_resource_holder.cc', |
705 'surfaces/surface_resource_holder.h', | 705 'surfaces/surface_resource_holder.h', |
706 'surfaces/surfaces_export.h', | 706 'surfaces/surfaces_export.h', |
707 ], | 707 ], |
708 'includes': [ | 708 'includes': [ |
709 '../build/android/increase_size_for_speed.gypi', | 709 '../build/android/increase_size_for_speed.gypi', |
710 ], | 710 ], |
711 }, | 711 }, |
712 ], | 712 ], |
713 } | 713 } |
OLD | NEW |