summaryrefslogtreecommitdiffstats
path: root/third_party/instrumented_libraries/instrumented_libraries.gyp
diff options
context:
space:
mode:
authorearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-02 09:15:48 +0000
committerearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-02 09:15:48 +0000
commit448e5b53704e015e4d671840ef74402d138aae3b (patch)
treec494c6d7f424c548e61043e35e6158a7306af04f /third_party/instrumented_libraries/instrumented_libraries.gyp
parent956760531a7633ee651cb53052fdb5100d2099e8 (diff)
downloadchromium_src-448e5b53704e015e4d671840ef74402d138aae3b.zip
chromium_src-448e5b53704e015e4d671840ef74402d138aae3b.tar.gz
chromium_src-448e5b53704e015e4d671840ef74402d138aae3b.tar.bz2
Instrumented libraries: fix nss build.
BUG=313751 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/437023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287190 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/instrumented_libraries/instrumented_libraries.gyp')
-rw-r--r--third_party/instrumented_libraries/instrumented_libraries.gyp5
1 files changed, 4 insertions, 1 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
index f3ac38e..fee404e 100644
--- a/third_party/instrumented_libraries/instrumented_libraries.gyp
+++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
@@ -379,7 +379,10 @@
},
{
'package_name': 'nss',
- 'dependencies=': [],
+ 'dependencies=': [
+ # TODO(earthdok): get rid of this dependency
+ '<(_sanitizer_type)-libnspr4',
+ ],
'patch': 'patches/nss.diff',
'build_method': 'custom_nss',
'includes': ['standard_instrumented_package_target.gypi'],