| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index 048c376475851fd53eb01d2e13439a91f3c7e3df..e130b100084668e8c1bd60d45796865776a59f07 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -930,11 +930,6 @@
|
| ['OS == "win" and >(nacl_untrusted_build)==1', {
|
| 'sources/': [ ['exclude', '\\.h$'] ],
|
| }],
|
| - ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
|
| - 'sources/': [
|
| - ['exclude', '^third_party/nspr/'],
|
| - ],
|
| - }],
|
| ['<(toolkit_uses_gtk) == 1', {
|
| 'sources!': [
|
| 'x11/x11_error_tracker.cc',
|
|
|