From 448e5b53704e015e4d671840ef74402d138aae3b Mon Sep 17 00:00:00 2001 From: "earthdok@chromium.org" Date: Sat, 2 Aug 2014 09:15:48 +0000 Subject: 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 --- third_party/instrumented_libraries/instrumented_libraries.gyp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'third_party/instrumented_libraries/instrumented_libraries.gyp') 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'], -- cgit v1.1