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

Side by Side Diff: libvpx_srcs_nacl.gypi

Issue 1033873004: Enable vp9 postproc (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: rebase on current master Created 5 years, 9 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 | « libvpx_srcs_mips.gypi ('k') | libvpx_srcs_x86.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is generated. Do not edit. 1 # This file is generated. Do not edit.
2 # Copyright (c) 2014 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2014 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'sources': [ 7 'sources': [
8 '<(libvpx_source)/vp8/common/alloccommon.c', 8 '<(libvpx_source)/vp8/common/alloccommon.c',
9 '<(libvpx_source)/vp8/common/alloccommon.h', 9 '<(libvpx_source)/vp8/common/alloccommon.h',
10 '<(libvpx_source)/vp8/common/blockd.c', 10 '<(libvpx_source)/vp8/common/blockd.c',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 '<(libvpx_source)/vp9/common/vp9_enums.h', 144 '<(libvpx_source)/vp9/common/vp9_enums.h',
145 '<(libvpx_source)/vp9/common/vp9_filter.c', 145 '<(libvpx_source)/vp9/common/vp9_filter.c',
146 '<(libvpx_source)/vp9/common/vp9_filter.h', 146 '<(libvpx_source)/vp9/common/vp9_filter.h',
147 '<(libvpx_source)/vp9/common/vp9_frame_buffers.c', 147 '<(libvpx_source)/vp9/common/vp9_frame_buffers.c',
148 '<(libvpx_source)/vp9/common/vp9_frame_buffers.h', 148 '<(libvpx_source)/vp9/common/vp9_frame_buffers.h',
149 '<(libvpx_source)/vp9/common/vp9_idct.c', 149 '<(libvpx_source)/vp9/common/vp9_idct.c',
150 '<(libvpx_source)/vp9/common/vp9_idct.h', 150 '<(libvpx_source)/vp9/common/vp9_idct.h',
151 '<(libvpx_source)/vp9/common/vp9_loopfilter.c', 151 '<(libvpx_source)/vp9/common/vp9_loopfilter.c',
152 '<(libvpx_source)/vp9/common/vp9_loopfilter.h', 152 '<(libvpx_source)/vp9/common/vp9_loopfilter.h',
153 '<(libvpx_source)/vp9/common/vp9_loopfilter_filters.c', 153 '<(libvpx_source)/vp9/common/vp9_loopfilter_filters.c',
154 '<(libvpx_source)/vp9/common/vp9_mfqe.c',
155 '<(libvpx_source)/vp9/common/vp9_mfqe.h',
154 '<(libvpx_source)/vp9/common/vp9_mv.h', 156 '<(libvpx_source)/vp9/common/vp9_mv.h',
155 '<(libvpx_source)/vp9/common/vp9_mvref_common.c', 157 '<(libvpx_source)/vp9/common/vp9_mvref_common.c',
156 '<(libvpx_source)/vp9/common/vp9_mvref_common.h', 158 '<(libvpx_source)/vp9/common/vp9_mvref_common.h',
157 '<(libvpx_source)/vp9/common/vp9_onyxc_int.h', 159 '<(libvpx_source)/vp9/common/vp9_onyxc_int.h',
160 '<(libvpx_source)/vp9/common/vp9_postproc.c',
161 '<(libvpx_source)/vp9/common/vp9_postproc.h',
158 '<(libvpx_source)/vp9/common/vp9_ppflags.h', 162 '<(libvpx_source)/vp9/common/vp9_ppflags.h',
159 '<(libvpx_source)/vp9/common/vp9_pred_common.c', 163 '<(libvpx_source)/vp9/common/vp9_pred_common.c',
160 '<(libvpx_source)/vp9/common/vp9_pred_common.h', 164 '<(libvpx_source)/vp9/common/vp9_pred_common.h',
161 '<(libvpx_source)/vp9/common/vp9_prob.c', 165 '<(libvpx_source)/vp9/common/vp9_prob.c',
162 '<(libvpx_source)/vp9/common/vp9_prob.h', 166 '<(libvpx_source)/vp9/common/vp9_prob.h',
163 '<(libvpx_source)/vp9/common/vp9_quant_common.c', 167 '<(libvpx_source)/vp9/common/vp9_quant_common.c',
164 '<(libvpx_source)/vp9/common/vp9_quant_common.h', 168 '<(libvpx_source)/vp9/common/vp9_quant_common.h',
165 '<(libvpx_source)/vp9/common/vp9_reconinter.c', 169 '<(libvpx_source)/vp9/common/vp9_reconinter.c',
166 '<(libvpx_source)/vp9/common/vp9_reconinter.h', 170 '<(libvpx_source)/vp9/common/vp9_reconinter.h',
167 '<(libvpx_source)/vp9/common/vp9_reconintra.c', 171 '<(libvpx_source)/vp9/common/vp9_reconintra.c',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 '<(libvpx_source)/vpx_ports/vpx_timer.h', 306 '<(libvpx_source)/vpx_ports/vpx_timer.h',
303 '<(libvpx_source)/vpx_scale/generic/gen_scalers.c', 307 '<(libvpx_source)/vpx_scale/generic/gen_scalers.c',
304 '<(libvpx_source)/vpx_scale/generic/vpx_scale.c', 308 '<(libvpx_source)/vpx_scale/generic/vpx_scale.c',
305 '<(libvpx_source)/vpx_scale/generic/yv12config.c', 309 '<(libvpx_source)/vpx_scale/generic/yv12config.c',
306 '<(libvpx_source)/vpx_scale/generic/yv12extend.c', 310 '<(libvpx_source)/vpx_scale/generic/yv12extend.c',
307 '<(libvpx_source)/vpx_scale/vpx_scale.h', 311 '<(libvpx_source)/vpx_scale/vpx_scale.h',
308 '<(libvpx_source)/vpx_scale/vpx_scale_rtcd.c', 312 '<(libvpx_source)/vpx_scale/vpx_scale_rtcd.c',
309 '<(libvpx_source)/vpx_scale/yv12config.h', 313 '<(libvpx_source)/vpx_scale/yv12config.h',
310 ], 314 ],
311 } 315 }
OLDNEW
« no previous file with comments | « libvpx_srcs_mips.gypi ('k') | libvpx_srcs_x86.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698