| 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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 'playback/drawing_display_item.cc', | 364 'playback/drawing_display_item.cc', |
| 365 'playback/drawing_display_item.h', | 365 'playback/drawing_display_item.h', |
| 366 'playback/filter_display_item.cc', | 366 'playback/filter_display_item.cc', |
| 367 'playback/filter_display_item.h', | 367 'playback/filter_display_item.h', |
| 368 'playback/float_clip_display_item.cc', | 368 'playback/float_clip_display_item.cc', |
| 369 'playback/float_clip_display_item.h', | 369 'playback/float_clip_display_item.h', |
| 370 'playback/image_hijack_canvas.cc', | 370 'playback/image_hijack_canvas.cc', |
| 371 'playback/image_hijack_canvas.h', | 371 'playback/image_hijack_canvas.h', |
| 372 'playback/largest_display_item.cc', | 372 'playback/largest_display_item.cc', |
| 373 'playback/largest_display_item.h', | 373 'playback/largest_display_item.h', |
| 374 'playback/skip_image_canvas.cc', |
| 375 'playback/skip_image_canvas.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', |
| 382 'proto/gpu_conversions.cc', | 384 'proto/gpu_conversions.cc', |
| 383 'proto/gpu_conversions.h', | 385 'proto/gpu_conversions.h', |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 702 'surfaces/surface_resource_holder.cc', | 704 'surfaces/surface_resource_holder.cc', |
| 703 'surfaces/surface_resource_holder.h', | 705 'surfaces/surface_resource_holder.h', |
| 704 'surfaces/surfaces_export.h', | 706 'surfaces/surfaces_export.h', |
| 705 ], | 707 ], |
| 706 'includes': [ | 708 'includes': [ |
| 707 '../build/android/increase_size_for_speed.gypi', | 709 '../build/android/increase_size_for_speed.gypi', |
| 708 ], | 710 ], |
| 709 }, | 711 }, |
| 710 ], | 712 ], |
| 711 } | 713 } |
| OLD | NEW |