| 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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 'playback/display_list_recording_source.cc', | 362 'playback/display_list_recording_source.cc', |
| 363 'playback/display_list_recording_source.h', | 363 'playback/display_list_recording_source.h', |
| 364 'playback/draw_image.cc', | 364 'playback/draw_image.cc', |
| 365 'playback/draw_image.h', | 365 'playback/draw_image.h', |
| 366 'playback/drawing_display_item.cc', | 366 'playback/drawing_display_item.cc', |
| 367 'playback/drawing_display_item.h', | 367 'playback/drawing_display_item.h', |
| 368 'playback/filter_display_item.cc', | 368 'playback/filter_display_item.cc', |
| 369 'playback/filter_display_item.h', | 369 'playback/filter_display_item.h', |
| 370 'playback/float_clip_display_item.cc', | 370 'playback/float_clip_display_item.cc', |
| 371 'playback/float_clip_display_item.h', | 371 'playback/float_clip_display_item.h', |
| 372 'playback/image_hijack_canvas.cc', |
| 373 'playback/image_hijack_canvas.h', |
| 372 'playback/largest_display_item.cc', | 374 'playback/largest_display_item.cc', |
| 373 'playback/largest_display_item.h', | 375 'playback/largest_display_item.h', |
| 374 'playback/transform_display_item.cc', | 376 'playback/transform_display_item.cc', |
| 375 'playback/transform_display_item.h', | 377 'playback/transform_display_item.h', |
| 376 'proto/base_conversions.cc', | 378 'proto/base_conversions.cc', |
| 377 'proto/base_conversions.h', | 379 'proto/base_conversions.h', |
| 378 'proto/cc_conversions.cc', | 380 'proto/cc_conversions.cc', |
| 379 'proto/cc_conversions.h', | 381 'proto/cc_conversions.h', |
| 380 'proto/gfx_conversions.cc', | 382 'proto/gfx_conversions.cc', |
| 381 'proto/gfx_conversions.h', | 383 'proto/gfx_conversions.h', |
| (...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 'surfaces/surface_resource_holder.cc', | 701 'surfaces/surface_resource_holder.cc', |
| 700 'surfaces/surface_resource_holder.h', | 702 'surfaces/surface_resource_holder.h', |
| 701 'surfaces/surfaces_export.h', | 703 'surfaces/surfaces_export.h', |
| 702 ], | 704 ], |
| 703 'includes': [ | 705 'includes': [ |
| 704 '../build/android/increase_size_for_speed.gypi', | 706 '../build/android/increase_size_for_speed.gypi', |
| 705 ], | 707 ], |
| 706 }, | 708 }, |
| 707 ], | 709 ], |
| 708 } | 710 } |
| OLD | NEW |