Index: third_party/boringssl/update_gypi_and_asm.py |
diff --git a/third_party/boringssl/update_gypi_and_asm.py b/third_party/boringssl/update_gypi_and_asm.py |
index d996876f855c385e3859d95fac18492733ba2412..41196a51392fbb2297ebd278cb735b7885f66909 100644 |
--- a/third_party/boringssl/update_gypi_and_asm.py |
+++ b/third_party/boringssl/update_gypi_and_asm.py |
@@ -18,6 +18,7 @@ OS_ARCH_COMBOS = [ |
('linux', 'x86_64', 'elf', [''], 'S'), |
('mac', 'x86', 'macosx', ['-fPIC'], 'S'), |
('mac', 'x86_64', 'macosx', [''], 'S'), |
+ ('win', 'x86', 'win32n', [''], 'asm'), |
('win', 'x86_64', 'masm', [''], 'asm'), |
] |