Index: tools/gn/secondary/third_party/nss/BUILD.gn |
diff --git a/tools/gn/secondary/third_party/nss/BUILD.gn b/tools/gn/secondary/third_party/nss/BUILD.gn |
index a0c167458558d8504ed2daa32b43e0cc943d87b1..00261e98e9846008d70ca21b9fb82b7a1c974081 100644 |
--- a/tools/gn/secondary/third_party/nss/BUILD.gn |
+++ b/tools/gn/secondary/third_party/nss/BUILD.gn |
@@ -581,6 +581,7 @@ if (is_linux) { |
"nss/lib/freebl/dsa.c", |
"nss/lib/freebl/ec.c", |
"nss/lib/freebl/ec.h", |
+ "nss/lib/freebl/ecdecode.c", |
"nss/lib/freebl/ecl/ec2.h", |
"nss/lib/freebl/ecl/ecl-curve.h", |
"nss/lib/freebl/ecl/ecl-exp.h", |
@@ -722,7 +723,6 @@ if (is_linux) { |
"nss/lib/smime/cmsreclist.h", |
"nss/lib/smime/cmst.h", |
"nss/lib/smime/smime.h", |
- "nss/lib/softoken/ecdecode.c", |
"nss/lib/softoken/fipsaudt.c", |
"nss/lib/softoken/fipstest.c", |
"nss/lib/softoken/fipstokn.c", |
@@ -1110,6 +1110,8 @@ if (is_linux) { |
"MP_ASSEMBLY_DIV_2DX1D", |
"MP_USE_UINT_DIGIT", |
"MP_NO_MP_WORD", |
+ "USE_HW_AES", |
+ "INTEL_GCM", |
] |
} else if (cpu_arch == "x64") { |
sources -= [ "nss/lib/freebl/mpi/mpi_x86_asm.c" ] |