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

Side by Side Diff: media/media_nacl.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/media.gyp ('k') | media/mojo/interfaces/media_types.mojom » ('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 }, 8 },
9 'includes': [ 9 'includes': [
10 '../native_client/build/untrusted.gypi', 10 '../native_client/build/untrusted.gypi',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'sources': [ 57 'sources': [
58 'base/media.cc', 58 'base/media.cc',
59 'base/media.h', 59 'base/media.h',
60 'base/media_stub.cc', 60 'base/media_stub.cc',
61 'base/simd/convert_rgb_to_yuv.h', 61 'base/simd/convert_rgb_to_yuv.h',
62 'base/simd/convert_rgb_to_yuv_c.cc', 62 'base/simd/convert_rgb_to_yuv_c.cc',
63 'base/simd/convert_yuv_to_rgb.h', 63 'base/simd/convert_yuv_to_rgb.h',
64 'base/simd/convert_yuv_to_rgb_c.cc', 64 'base/simd/convert_yuv_to_rgb_c.cc',
65 'base/simd/filter_yuv.h', 65 'base/simd/filter_yuv.h',
66 'base/simd/filter_yuv_c.cc', 66 'base/simd/filter_yuv_c.cc',
67 'base/simd/yuv_to_rgb_table.cc',
68 'base/simd/yuv_to_rgb_table.h',
69 'base/yuv_convert.cc', 67 'base/yuv_convert.cc',
70 'base/yuv_convert.h', 68 'base/yuv_convert.h',
71 ], 69 ],
72 }, # end of target 'media_yuv_nacl' 70 }, # end of target 'media_yuv_nacl'
73 ], 71 ],
74 }], 72 }],
75 ], 73 ],
76 } 74 }
OLDNEW
« no previous file with comments | « media/media.gyp ('k') | media/mojo/interfaces/media_types.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698