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