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

Unified Diff: libvpx_srcs.gni

Issue 1019863002: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.chromium ('k') | libvpx_srcs_arm.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx_srcs.gni
diff --git a/libvpx_srcs.gni b/libvpx_srcs.gni
index e9af9f154266571a018bbaa245706be286712f6f..516a0ae4fd6f848d606a1190a6cb41ed23b4a39c 100644
--- a/libvpx_srcs.gni
+++ b/libvpx_srcs.gni
@@ -300,7 +300,6 @@ libvpx_srcs_x86 = [
"//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
- "//third_party/libvpx/source/libvpx/vpx_ports/asm_offsets.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
@@ -713,7 +712,6 @@ libvpx_srcs_x86_64 = [
"//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
- "//third_party/libvpx/source/libvpx/vpx_ports/asm_offsets.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
@@ -1135,7 +1133,6 @@ libvpx_srcs_arm = [
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/arm.h",
"//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c",
- "//third_party/libvpx/source/libvpx/vpx_ports/asm_offsets.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
@@ -1512,7 +1509,6 @@ libvpx_srcs_arm_neon = [
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/arm.h",
"//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c",
- "//third_party/libvpx/source/libvpx/vpx_ports/asm_offsets.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
@@ -1870,7 +1866,6 @@ libvpx_srcs_arm_neon_cpu_detect = [
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/arm.h",
"//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c",
- "//third_party/libvpx/source/libvpx/vpx_ports/asm_offsets.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
@@ -2316,7 +2311,6 @@ libvpx_srcs_arm64 = [
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/arm.h",
"//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c",
- "//third_party/libvpx/source/libvpx/vpx_ports/asm_offsets.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
@@ -2625,7 +2619,6 @@ libvpx_srcs_mips = [
"//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
- "//third_party/libvpx/source/libvpx/vpx_ports/asm_offsets.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
@@ -2932,7 +2925,6 @@ libvpx_srcs_nacl = [
"//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
- "//third_party/libvpx/source/libvpx/vpx_ports/asm_offsets.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
@@ -3239,7 +3231,6 @@ libvpx_srcs_generic = [
"//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
"//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
- "//third_party/libvpx/source/libvpx/vpx_ports/asm_offsets.h",
"//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
"//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
« no previous file with comments | « README.chromium ('k') | libvpx_srcs_arm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698