Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(222)

Side by Side Diff: cc/cc.gyp

Issue 2121043002: 16 bpp video stream capture, render and WebGL usage - Realsense R200 & SR300 support. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tests: cc, skcanvas_video_renderer, wrtcrecorder... Fake capture supports Y16. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'quads/solid_color_draw_quad.cc', 412 'quads/solid_color_draw_quad.cc',
413 'quads/solid_color_draw_quad.h', 413 'quads/solid_color_draw_quad.h',
414 'quads/stream_video_draw_quad.cc', 414 'quads/stream_video_draw_quad.cc',
415 'quads/stream_video_draw_quad.h', 415 'quads/stream_video_draw_quad.h',
416 'quads/surface_draw_quad.cc', 416 'quads/surface_draw_quad.cc',
417 'quads/surface_draw_quad.h', 417 'quads/surface_draw_quad.h',
418 'quads/texture_draw_quad.cc', 418 'quads/texture_draw_quad.cc',
419 'quads/texture_draw_quad.h', 419 'quads/texture_draw_quad.h',
420 'quads/tile_draw_quad.cc', 420 'quads/tile_draw_quad.cc',
421 'quads/tile_draw_quad.h', 421 'quads/tile_draw_quad.h',
422 'quads/y_video_draw_quad.cc',
423 'quads/y_video_draw_quad.h',
422 'quads/yuv_video_draw_quad.cc', 424 'quads/yuv_video_draw_quad.cc',
423 'quads/yuv_video_draw_quad.h', 425 'quads/yuv_video_draw_quad.h',
424 'raster/bitmap_raster_buffer_provider.cc', 426 'raster/bitmap_raster_buffer_provider.cc',
425 'raster/bitmap_raster_buffer_provider.h', 427 'raster/bitmap_raster_buffer_provider.h',
426 'raster/gpu_raster_buffer_provider.cc', 428 'raster/gpu_raster_buffer_provider.cc',
427 'raster/gpu_raster_buffer_provider.h', 429 'raster/gpu_raster_buffer_provider.h',
428 'raster/one_copy_raster_buffer_provider.cc', 430 'raster/one_copy_raster_buffer_provider.cc',
429 'raster/one_copy_raster_buffer_provider.h', 431 'raster/one_copy_raster_buffer_provider.h',
430 'raster/raster_buffer.cc', 432 'raster/raster_buffer.cc',
431 'raster/raster_buffer.h', 433 'raster/raster_buffer.h',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 'surfaces/surface_resource_holder.h', 723 'surfaces/surface_resource_holder.h',
722 'surfaces/surface_sequence.h', 724 'surfaces/surface_sequence.h',
723 'surfaces/surfaces_export.h', 725 'surfaces/surfaces_export.h',
724 ], 726 ],
725 'includes': [ 727 'includes': [
726 '../build/android/increase_size_for_speed.gypi', 728 '../build/android/increase_size_for_speed.gypi',
727 ], 729 ],
728 }, 730 },
729 ], 731 ],
730 } 732 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/ipc/cc_param_traits.cc » ('j') | cc/output/renderer_pixeltest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698