summaryrefslogtreecommitdiffstats
path: root/base/base.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'base/base.gypi')
-rw-r--r--base/base.gypi6
1 files changed, 6 insertions, 0 deletions
diff --git a/base/base.gypi b/base/base.gypi
index 3e0aa51..e4d10ff 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -451,9 +451,15 @@
'../third_party/openssl/openssl.gyp:openssl',
],
}, { # use_openssl==0
+ 'sources': [
+ 'base/crypto/scoped_nss_types.h',
+ ],
'dependencies': [
'../build/linux/system.gyp:nss',
],
+ 'export_dependent_settings': [
+ '../build/linux/system.gyp:nss',
+ ],
}
],
],