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

Unified Diff: libvpx_srcs_x86.gypi

Issue 1154153005: Rename variance files (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « libvpx_srcs.gni ('k') | libvpx_srcs_x86_64.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx_srcs_x86.gypi
diff --git a/libvpx_srcs_x86.gypi b/libvpx_srcs_x86.gypi
index d8620487aa4e9e8882006d2f2389307313f94ec8..63f05e35f0110047f70897c1adda342f4a6cb647 100644
--- a/libvpx_srcs_x86.gypi
+++ b/libvpx_srcs_x86.gypi
@@ -85,10 +85,10 @@
'<(libvpx_source)/vp8/common/x86/subpixel_mmx.asm',
'<(libvpx_source)/vp8/common/x86/subpixel_sse2.asm',
'<(libvpx_source)/vp8/common/x86/subpixel_ssse3.asm',
- '<(libvpx_source)/vp8/common/x86/variance_impl_mmx.asm',
'<(libvpx_source)/vp8/common/x86/variance_impl_sse2.asm',
'<(libvpx_source)/vp8/common/x86/variance_impl_ssse3.asm',
'<(libvpx_source)/vp8/common/x86/vp8_asm_stubs.c',
+ '<(libvpx_source)/vp8/common/x86/vp8_variance_impl_mmx.asm',
'<(libvpx_source)/vp8/decoder/dboolhuff.c',
'<(libvpx_source)/vp8/decoder/dboolhuff.h',
'<(libvpx_source)/vp8/decoder/decodeframe.c',
« no previous file with comments | « libvpx_srcs.gni ('k') | libvpx_srcs_x86_64.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698