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

Unified Diff: third_party/boringssl/update_gypi_and_asm.py

Issue 683113005: Update from chromium https://crrev.com/302282 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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/boringssl/boringssl.gypi ('k') | third_party/boringssl/win-x86/crypto/aes/aes-586.asm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'),
]
« no previous file with comments | « third_party/boringssl/boringssl.gypi ('k') | third_party/boringssl/win-x86/crypto/aes/aes-586.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698