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

Unified Diff: import_from_android.sh

Issue 14371012: [MIPS] Add build support for MIPS in openssl.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/openssl.git@master
Patch Set: [MIPS] Add build support for MIPS in openssl.gyp Created 7 years, 8 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 | « no previous file | openssl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: import_from_android.sh
===================================================================
--- import_from_android.sh (revision 197043)
+++ import_from_android.sh (working copy)
@@ -402,7 +402,7 @@
echo "# See 'import_from_android.sh --help' for details."
local ALL_PREFIXES="OPENSSL_CRYPTO OPENSSL_SSL"
- local ALL_ARCHS="arm x86 x86_64"
+ local ALL_ARCHS="arm mips x86 x86_64"
local PREFIX ARCH LIST
print_gyp "{"
« no previous file with comments | « no previous file | openssl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698