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

Unified Diff: third_party/libvpx/libvpx_srcs.gni

Issue 2713853002: remove x86_abi_support from source list (Closed)
Patch Set: filter out include files when generating gni Created 3 years, 10 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 | « third_party/libvpx/generate_gni.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libvpx/libvpx_srcs.gni
diff --git a/third_party/libvpx/libvpx_srcs.gni b/third_party/libvpx/libvpx_srcs.gni
index 6d33cc9b12972f491b39f9408d40f4bd5b99cfec..008a9e2d8bebda889bb199e83c171d62ad365ffb 100644
--- a/third_party/libvpx/libvpx_srcs.gni
+++ b/third_party/libvpx/libvpx_srcs.gni
@@ -397,7 +397,6 @@ libvpx_srcs_x86_assembly = [
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm",
"//third_party/libvpx/source/libvpx/vpx_ports/emms.asm",
- "//third_party/libvpx/source/libvpx/vpx_ports/x86_abi_support.asm",
]
libvpx_srcs_x86_mmx = [
"//third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_mmx.c",
@@ -845,7 +844,6 @@ libvpx_srcs_x86_64_assembly = [
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm",
"//third_party/libvpx/source/libvpx/vpx_ports/emms.asm",
- "//third_party/libvpx/source/libvpx/vpx_ports/x86_abi_support.asm",
]
libvpx_srcs_x86_64_mmx = [
"//third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_mmx.c",
« no previous file with comments | « third_party/libvpx/generate_gni.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698