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

Unified Diff: nss.gyp

Issue 1857423002: Fix iOS build (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/nss.git@master
Patch Set: Created 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss.gyp
diff --git a/nss.gyp b/nss.gyp
index 2bc7f441144ec8006f018adf5847fc0ba3831d97..5cc8316bf60f4ac0ec6f1fc79a3ef0f323d40cd4 100644
--- a/nss.gyp
+++ b/nss.gyp
@@ -214,6 +214,12 @@
'HAVE_SOCKLEN_T',
'HAVE_STRERROR',
],
+ 'sources!': [
+ # os_Darwin_x86.s and os_Darwin_x86_64.s are included by
+ # os_Darwin.s.
+ 'nspr/pr/src/md/unix/os_Darwin_x86.s',
+ 'nspr/pr/src/md/unix/os_Darwin_x86_64.s',
+ ],
}],
['component == "static_library"', {
'defines': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698