| Index: 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 f3ac38ec6e6c16df55a864956cab00d2e7a3f5fa..fee404ef933e569b4089dc656721e2d14ca8a5f7 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'],
|
|
|