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

Side by Side Diff: media/media.gyp

Issue 591313008: Add support for Rec709 color space videos in software YUV convert path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add enum to mojom Created 5 years, 11 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
« no previous file with comments | « media/filters/skcanvas_video_renderer.cc ('k') | media/media_nacl.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 'base/seekable_buffer.cc', 347 'base/seekable_buffer.cc',
348 'base/seekable_buffer.h', 348 'base/seekable_buffer.h',
349 'base/serial_runner.cc', 349 'base/serial_runner.cc',
350 'base/serial_runner.h', 350 'base/serial_runner.h',
351 'base/simd/convert_rgb_to_yuv.h', 351 'base/simd/convert_rgb_to_yuv.h',
352 'base/simd/convert_rgb_to_yuv_c.cc', 352 'base/simd/convert_rgb_to_yuv_c.cc',
353 'base/simd/convert_yuv_to_rgb.h', 353 'base/simd/convert_yuv_to_rgb.h',
354 'base/simd/convert_yuv_to_rgb_c.cc', 354 'base/simd/convert_yuv_to_rgb_c.cc',
355 'base/simd/filter_yuv.h', 355 'base/simd/filter_yuv.h',
356 'base/simd/filter_yuv_c.cc', 356 'base/simd/filter_yuv_c.cc',
357 'base/simd/yuv_to_rgb_table.cc',
358 'base/simd/yuv_to_rgb_table.h',
359 'base/sinc_resampler.cc', 357 'base/sinc_resampler.cc',
360 'base/sinc_resampler.h', 358 'base/sinc_resampler.h',
361 'base/stream_parser.cc', 359 'base/stream_parser.cc',
362 'base/stream_parser.h', 360 'base/stream_parser.h',
363 'base/stream_parser_buffer.cc', 361 'base/stream_parser_buffer.cc',
364 'base/stream_parser_buffer.h', 362 'base/stream_parser_buffer.h',
365 'base/text_cue.cc', 363 'base/text_cue.cc',
366 'base/text_cue.h', 364 'base/text_cue.h',
367 'base/text_ranges.cc', 365 'base/text_ranges.cc',
368 'base/text_ranges.h', 366 'base/text_ranges.h',
(...skipping 1551 matching lines...) Expand 10 before | Expand all | Expand 10 after
1920 '../build/isolate.gypi', 1918 '../build/isolate.gypi',
1921 ], 1919 ],
1922 'sources': [ 1920 'sources': [
1923 'media_unittests.isolate', 1921 'media_unittests.isolate',
1924 ], 1922 ],
1925 }, 1923 },
1926 ], 1924 ],
1927 }], 1925 }],
1928 ], 1926 ],
1929 } 1927 }
OLDNEW
« no previous file with comments | « media/filters/skcanvas_video_renderer.cc ('k') | media/media_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698