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 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
404 'quads/stream_video_draw_quad.cc', | 404 'quads/stream_video_draw_quad.cc', |
405 'quads/stream_video_draw_quad.h', | 405 'quads/stream_video_draw_quad.h', |
406 'quads/surface_draw_quad.cc', | 406 'quads/surface_draw_quad.cc', |
407 'quads/surface_draw_quad.h', | 407 'quads/surface_draw_quad.h', |
408 'quads/texture_draw_quad.cc', | 408 'quads/texture_draw_quad.cc', |
409 'quads/texture_draw_quad.h', | 409 'quads/texture_draw_quad.h', |
410 'quads/tile_draw_quad.cc', | 410 'quads/tile_draw_quad.cc', |
411 'quads/tile_draw_quad.h', | 411 'quads/tile_draw_quad.h', |
412 'quads/yuv_video_draw_quad.cc', | 412 'quads/yuv_video_draw_quad.cc', |
413 'quads/yuv_video_draw_quad.h', | 413 'quads/yuv_video_draw_quad.h', |
| 414 'quads/y_video_draw_quad.cc', |
| 415 'quads/y_video_draw_quad.h', |
414 'raster/bitmap_raster_buffer_provider.cc', | 416 'raster/bitmap_raster_buffer_provider.cc', |
415 'raster/bitmap_raster_buffer_provider.h', | 417 'raster/bitmap_raster_buffer_provider.h', |
416 'raster/gpu_raster_buffer_provider.cc', | 418 'raster/gpu_raster_buffer_provider.cc', |
417 'raster/gpu_raster_buffer_provider.h', | 419 'raster/gpu_raster_buffer_provider.h', |
418 'raster/gpu_rasterizer.cc', | 420 'raster/gpu_rasterizer.cc', |
419 'raster/gpu_rasterizer.h', | 421 'raster/gpu_rasterizer.h', |
420 'raster/one_copy_raster_buffer_provider.cc', | 422 'raster/one_copy_raster_buffer_provider.cc', |
421 'raster/one_copy_raster_buffer_provider.h', | 423 'raster/one_copy_raster_buffer_provider.h', |
422 'raster/raster_buffer.cc', | 424 'raster/raster_buffer.cc', |
423 'raster/raster_buffer.h', | 425 'raster/raster_buffer.h', |
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
701 'surfaces/surface_resource_holder.h', | 703 'surfaces/surface_resource_holder.h', |
702 'surfaces/surface_sequence.h', | 704 'surfaces/surface_sequence.h', |
703 'surfaces/surfaces_export.h', | 705 'surfaces/surfaces_export.h', |
704 ], | 706 ], |
705 'includes': [ | 707 'includes': [ |
706 '../build/android/increase_size_for_speed.gypi', | 708 '../build/android/increase_size_for_speed.gypi', |
707 ], | 709 ], |
708 }, | 710 }, |
709 ], | 711 ], |
710 } | 712 } |
OLD | NEW |