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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 'playback/drawing_display_item.cc', | 361 'playback/drawing_display_item.cc', |
362 'playback/drawing_display_item.h', | 362 'playback/drawing_display_item.h', |
363 'playback/filter_display_item.cc', | 363 'playback/filter_display_item.cc', |
364 'playback/filter_display_item.h', | 364 'playback/filter_display_item.h', |
365 'playback/float_clip_display_item.cc', | 365 'playback/float_clip_display_item.cc', |
366 'playback/float_clip_display_item.h', | 366 'playback/float_clip_display_item.h', |
367 'playback/largest_display_item.cc', | 367 'playback/largest_display_item.cc', |
368 'playback/largest_display_item.h', | 368 'playback/largest_display_item.h', |
369 'playback/picture.cc', | 369 'playback/picture.cc', |
370 'playback/picture.h', | 370 'playback/picture.h', |
371 'playback/picture_pile.cc', | |
372 'playback/picture_pile.h', | |
373 'playback/picture_pile_impl.cc', | |
374 'playback/picture_pile_impl.h', | |
375 'playback/raster_source.h', | 371 'playback/raster_source.h', |
376 'playback/raster_source_helper.cc', | 372 'playback/raster_source_helper.cc', |
377 'playback/raster_source_helper.h', | 373 'playback/raster_source_helper.h', |
378 'playback/recording_source.h', | 374 'playback/recording_source.h', |
379 'playback/transform_display_item.cc', | 375 'playback/transform_display_item.cc', |
380 'playback/transform_display_item.h', | 376 'playback/transform_display_item.h', |
381 'quads/content_draw_quad_base.cc', | 377 'quads/content_draw_quad_base.cc', |
382 'quads/content_draw_quad_base.h', | 378 'quads/content_draw_quad_base.h', |
383 'quads/debug_border_draw_quad.cc', | 379 'quads/debug_border_draw_quad.cc', |
384 'quads/debug_border_draw_quad.h', | 380 'quads/debug_border_draw_quad.h', |
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
616 'surfaces/surface_resource_holder.cc', | 612 'surfaces/surface_resource_holder.cc', |
617 'surfaces/surface_resource_holder.h', | 613 'surfaces/surface_resource_holder.h', |
618 'surfaces/surfaces_export.h', | 614 'surfaces/surfaces_export.h', |
619 ], | 615 ], |
620 'includes': [ | 616 'includes': [ |
621 '../build/android/increase_size_for_speed.gypi', | 617 '../build/android/increase_size_for_speed.gypi', |
622 ], | 618 ], |
623 }, | 619 }, |
624 ], | 620 ], |
625 } | 621 } |
OLD | NEW |