| Index: base/base.gyp
|
| diff --git a/base/base.gyp b/base/base.gyp
|
| index 51122c441adebfcf10782e907adf6d5d78bf6c2d..6382c9ddf688b2f66be1880893e0619f3b7f2c79 100644
|
| --- a/base/base.gyp
|
| +++ b/base/base.gyp
|
| @@ -26,6 +26,7 @@
|
| '../testing/gtest.gyp:gtest_prod',
|
| '../third_party/modp_b64/modp_b64.gyp:modp_b64',
|
| 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| + 'third_party/nspr/nspr.gyp:nspr',
|
| ],
|
| # TODO(gregoryd): direct_dependent_settings should be shared with the
|
| # 64-bit target, but it doesn't work due to a bug in gyp
|
| @@ -588,6 +589,7 @@
|
| 'run_all_unittests',
|
| 'test_support_base',
|
| 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| + 'third_party/nspr/nspr.gyp:nspr',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| '../third_party/icu/icu.gyp:icui18n',
|
|
|