| Index: base/base.gyp
|
| diff --git a/base/base.gyp b/base/base.gyp
|
| index 12d71d67e12a3e138f063638acbe552c7f332eac..5eff44734e7ee9983765685228eeb3d98756488f 100644
|
| --- a/base/base.gyp
|
| +++ b/base/base.gyp
|
| @@ -773,14 +773,6 @@
|
| 'msvs_disabled_warnings': [
|
| 4267,
|
| ],
|
| - 'copies': [
|
| - {
|
| - 'destination': '<(PRODUCT_DIR)/',
|
| - 'files': [
|
| - '../build/win/dbghelp_xp/dbghelp.dll',
|
| - ],
|
| - },
|
| - ],
|
| 'conditions': [
|
| # This is needed so base_unittests uses the allocator shim, as
|
| # SecurityTest.MemoryAllocationRestriction* tests are dependent
|
|
|