summaryrefslogtreecommitdiff
path: root/gtests/google_test
diff options
context:
space:
mode:
authorTim Taubert <ttaubert@mozilla.com>2017-01-25 15:40:32 +0100
committerTim Taubert <ttaubert@mozilla.com>2017-01-25 15:40:32 +0100
commit584c481caa0d769271ca3d80785b9581d5bce917 (patch)
tree9d478761cee82730a036fc1a7a3aca60ad316ee5 /gtests/google_test
parente3a880cf2326f213c814ed647f4038c594cd2302 (diff)
downloadnss-hg-584c481caa0d769271ca3d80785b9581d5bce917.tar.gz
Bug 1333361 - Fix static fuzzing builds r=franziskus
Differential Revision: https://nss-review.dev.mozaws.net/D170
Diffstat (limited to 'gtests/google_test')
-rw-r--r--gtests/google_test/google_test.gyp32
1 files changed, 0 insertions, 32 deletions
diff --git a/gtests/google_test/google_test.gyp b/gtests/google_test/google_test.gyp
index e309ba25a..d23de2ab6 100644
--- a/gtests/google_test/google_test.gyp
+++ b/gtests/google_test/google_test.gyp
@@ -13,39 +13,7 @@
'sources': [
'gtest/src/gtest-all.cc'
],
- 'dependencies': [
- '<(DEPTH)/lib/nss/nss.gyp:nss3',
- '<(DEPTH)/lib/util/util.gyp:nssutil3',
- '<(DEPTH)/lib/smime/smime.gyp:smime3',
- '<(DEPTH)/lib/ssl/ssl.gyp:ssl3',
- '<(DEPTH)/cmd/lib/lib.gyp:sectool'
- ]
},
- {
- 'target_name': 'gtest1',
- 'type': 'shared_library',
- 'dependencies': [
- 'gtest'
- ],
- # Work around a gyp bug. Fixed upstream in gyp:
- # https://chromium.googlesource.com/external/gyp/+/93cc6e2c23e4d5ebd179f388e67aa907d0dfd43d
- 'conditions': [
- ['OS!="win"', {
- 'libraries': [
- '-lstdc++',
- ],
- }],
- ],
- # For some reason when just linking static libraries into
- # a DLL the link fails without this.
- 'msvs_settings': {
- 'VCLinkerTool': {
- 'AdditionalDependencies': [
- '/DEFAULTLIB:MSVCRT',
- ],
- },
- },
- }
],
'target_defaults': {
'include_dirs': [