summaryrefslogtreecommitdiffstats
path: root/security/nss/lib/jar/jar.gyp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--security/nss/lib/jar/jar.gyp33
1 files changed, 33 insertions, 0 deletions
diff --git a/security/nss/lib/jar/jar.gyp b/security/nss/lib/jar/jar.gyp
new file mode 100644
index 0000000000..ee8734aca8
--- /dev/null
+++ b/security/nss/lib/jar/jar.gyp
@@ -0,0 +1,33 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+{
+ 'includes': [
+ '../../coreconf/config.gypi'
+ ],
+ 'targets': [
+ {
+ 'target_name': 'jar',
+ 'type': 'static_library',
+ 'sources': [
+ 'jar-ds.c',
+ 'jar.c',
+ 'jarfile.c',
+ 'jarint.c',
+ 'jarsign.c',
+ 'jarver.c'
+ ],
+ 'dependencies': [
+ '<(DEPTH)/exports.gyp:nss_exports'
+ ]
+ }
+ ],
+ 'target_defaults': {
+ 'defines': [
+ 'MOZILLA_CLIENT=1',
+ ],
+ },
+ 'variables': {
+ 'module': 'nss'
+ }
+}