| 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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 'playback/display_list_recording_source.h', | 360 'playback/display_list_recording_source.h', |
| 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/position_image.h', | 369 'playback/position_image.h', |
| 370 'playback/raster_source.h', | |
| 371 'playback/raster_source_helper.cc', | |
| 372 'playback/raster_source_helper.h', | |
| 373 'playback/transform_display_item.cc', | 370 'playback/transform_display_item.cc', |
| 374 'playback/transform_display_item.h', | 371 'playback/transform_display_item.h', |
| 375 'quads/content_draw_quad_base.cc', | 372 'quads/content_draw_quad_base.cc', |
| 376 'quads/content_draw_quad_base.h', | 373 'quads/content_draw_quad_base.h', |
| 377 'quads/debug_border_draw_quad.cc', | 374 'quads/debug_border_draw_quad.cc', |
| 378 'quads/debug_border_draw_quad.h', | 375 'quads/debug_border_draw_quad.h', |
| 379 'quads/draw_polygon.cc', | 376 'quads/draw_polygon.cc', |
| 380 'quads/draw_polygon.h', | 377 'quads/draw_polygon.h', |
| 381 'quads/draw_quad.cc', | 378 'quads/draw_quad.cc', |
| 382 'quads/draw_quad.h', | 379 'quads/draw_quad.h', |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 616 'surfaces/surface_resource_holder.cc', | 613 'surfaces/surface_resource_holder.cc', |
| 617 'surfaces/surface_resource_holder.h', | 614 'surfaces/surface_resource_holder.h', |
| 618 'surfaces/surfaces_export.h', | 615 'surfaces/surfaces_export.h', |
| 619 ], | 616 ], |
| 620 'includes': [ | 617 'includes': [ |
| 621 '../build/android/increase_size_for_speed.gypi', | 618 '../build/android/increase_size_for_speed.gypi', |
| 622 ], | 619 ], |
| 623 }, | 620 }, |
| 624 ], | 621 ], |
| 625 } | 622 } |
| OLD | NEW |