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

Unified Diff: libvpx_srcs_x86_64.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_x86.gypi ('k') | libvpx_srcs_x86_64_intrinsics.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx_srcs_x86_64.gypi
diff --git a/libvpx_srcs_x86_64.gypi b/libvpx_srcs_x86_64.gypi
index 1dcf8d95fb3ec812d9be114a74114c4620b12b62..5072d33fa0cda5925e3813d1aeb6156b21d3b316 100644
--- a/libvpx_srcs_x86_64.gypi
+++ b/libvpx_srcs_x86_64.gypi
@@ -86,10 +86,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_x86.gypi ('k') | libvpx_srcs_x86_64_intrinsics.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698