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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 'playback/transform_display_item.h', | 368 'playback/transform_display_item.h', |
369 'proto/base_conversions.cc', | 369 'proto/base_conversions.cc', |
370 'proto/base_conversions.h', | 370 'proto/base_conversions.h', |
371 'proto/cc_conversions.cc', | 371 'proto/cc_conversions.cc', |
372 'proto/cc_conversions.h', | 372 'proto/cc_conversions.h', |
373 'proto/gfx_conversions.cc', | 373 'proto/gfx_conversions.cc', |
374 'proto/gfx_conversions.h', | 374 'proto/gfx_conversions.h', |
375 'proto/gpu_conversions.cc', | 375 'proto/gpu_conversions.cc', |
376 'proto/gpu_conversions.h', | 376 'proto/gpu_conversions.h', |
377 'proto/image_serialization_processor.h', | 377 'proto/image_serialization_processor.h', |
| 378 'proto/picture_cache.cc', |
| 379 'proto/picture_cache.h', |
| 380 'proto/picture_cache_conversions.cc', |
| 381 'proto/picture_cache_conversions.h', |
378 'proto/skia_conversions.cc', | 382 'proto/skia_conversions.cc', |
379 'proto/skia_conversions.h', | 383 'proto/skia_conversions.h', |
380 'proto/synced_property_conversions.cc', | 384 'proto/synced_property_conversions.cc', |
381 'proto/synced_property_conversions.h', | 385 'proto/synced_property_conversions.h', |
382 'quads/content_draw_quad_base.cc', | 386 'quads/content_draw_quad_base.cc', |
383 'quads/content_draw_quad_base.h', | 387 'quads/content_draw_quad_base.h', |
384 'quads/debug_border_draw_quad.cc', | 388 'quads/debug_border_draw_quad.cc', |
385 'quads/debug_border_draw_quad.h', | 389 'quads/debug_border_draw_quad.h', |
386 'quads/draw_polygon.cc', | 390 'quads/draw_polygon.cc', |
387 'quads/draw_polygon.h', | 391 'quads/draw_polygon.h', |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
699 'surfaces/surface_resource_holder.h', | 703 'surfaces/surface_resource_holder.h', |
700 'surfaces/surface_sequence.h', | 704 'surfaces/surface_sequence.h', |
701 'surfaces/surfaces_export.h', | 705 'surfaces/surfaces_export.h', |
702 ], | 706 ], |
703 'includes': [ | 707 'includes': [ |
704 '../build/android/increase_size_for_speed.gypi', | 708 '../build/android/increase_size_for_speed.gypi', |
705 ], | 709 ], |
706 }, | 710 }, |
707 ], | 711 ], |
708 } | 712 } |
OLD | NEW |