| 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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 'playback/picture_pile_impl.cc', | 371 'playback/picture_pile_impl.cc', |
| 372 'playback/picture_pile_impl.h', | 372 'playback/picture_pile_impl.h', |
| 373 'playback/pixel_ref_map.cc', | 373 'playback/pixel_ref_map.cc', |
| 374 'playback/pixel_ref_map.h', | 374 'playback/pixel_ref_map.h', |
| 375 'playback/raster_source.h', | 375 'playback/raster_source.h', |
| 376 'playback/raster_source_helper.cc', | 376 'playback/raster_source_helper.cc', |
| 377 'playback/raster_source_helper.h', | 377 'playback/raster_source_helper.h', |
| 378 'playback/recording_source.h', | 378 'playback/recording_source.h', |
| 379 'playback/transform_display_item.cc', | 379 'playback/transform_display_item.cc', |
| 380 'playback/transform_display_item.h', | 380 'playback/transform_display_item.h', |
| 381 'quads/checkerboard_draw_quad.cc', | |
| 382 'quads/checkerboard_draw_quad.h', | |
| 383 'quads/content_draw_quad_base.cc', | 381 'quads/content_draw_quad_base.cc', |
| 384 'quads/content_draw_quad_base.h', | 382 'quads/content_draw_quad_base.h', |
| 385 'quads/debug_border_draw_quad.cc', | 383 'quads/debug_border_draw_quad.cc', |
| 386 'quads/debug_border_draw_quad.h', | 384 'quads/debug_border_draw_quad.h', |
| 387 'quads/draw_polygon.cc', | 385 'quads/draw_polygon.cc', |
| 388 'quads/draw_polygon.h', | 386 'quads/draw_polygon.h', |
| 389 'quads/draw_quad.cc', | 387 'quads/draw_quad.cc', |
| 390 'quads/draw_quad.h', | 388 'quads/draw_quad.h', |
| 391 'quads/io_surface_draw_quad.cc', | 389 'quads/io_surface_draw_quad.cc', |
| 392 'quads/io_surface_draw_quad.h', | 390 'quads/io_surface_draw_quad.h', |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 615 'surfaces/surface_resource_holder.cc', | 613 'surfaces/surface_resource_holder.cc', |
| 616 'surfaces/surface_resource_holder.h', | 614 'surfaces/surface_resource_holder.h', |
| 617 'surfaces/surfaces_export.h', | 615 'surfaces/surfaces_export.h', |
| 618 ], | 616 ], |
| 619 'includes': [ | 617 'includes': [ |
| 620 '../build/android/increase_size_for_speed.gypi', | 618 '../build/android/increase_size_for_speed.gypi', |
| 621 ], | 619 ], |
| 622 }, | 620 }, |
| 623 ], | 621 ], |
| 624 } | 622 } |
| OLD | NEW |