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

Unified Diff: nss/README.chromium

Issue 10828060: Use the ARM assembly code in mpi_arm.c for iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: List build_config_mac.h in the sources block Created 7 years, 11 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 | nss/mozilla/security/nss/lib/freebl/build_config_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/README.chromium
===================================================================
--- nss/README.chromium (revision 179275)
+++ nss/README.chromium (working copy)
@@ -57,6 +57,14 @@
building nss as a dynamic library (crnss.dll).
- mozilla/security/nss/lib/ckfw/builtins/certdata.c: a generated file.
Do an upstream NSS build and copy the generated certdata.c.
+- mozilla/security/nss/lib/freebl/build_config_mac.h: a header that defines
+ the target arch specific configuration macros for lib/freebl on iOS and
+ Mac OS X. This works around the lack of support for the xcode_settings
+ GCC_PREPROCESSOR_DEFINITIONS[arch=foo] by the ninja GYP generator
+ (http://crbug.com/122592).
+- mozilla/security/nss/lib/freebl/mpi/mpi_arm_mac.c: a wrapper file for
+ mpi_arm.c for iOS and Mac OS X. This works around the inability to
+ specify target arch specific source files in Xcode.
- patches/nss-remove-fortezza.patch: remove Fortezza certificate support
from PK11_ImportPublicKey. See NSS bug 668397
(https://bugzilla.mozilla.org/show_bug.cgi?id=668397).
« no previous file with comments | « no previous file | nss/mozilla/security/nss/lib/freebl/build_config_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698