| Index: base/base.gyp
|
| diff --git a/base/base.gyp b/base/base.gyp
|
| index e067154bd7e8cc8c19311d197db979314667f13f..a2b57dd3e2a250210a6bfb05c66020425f461f6a 100644
|
| --- a/base/base.gyp
|
| +++ b/base/base.gyp
|
| @@ -23,7 +23,6 @@
|
| 'dependencies': [
|
| 'base_debugging_flags',
|
| 'base_static',
|
| - 'allocator/allocator.gyp:allocator_extension_thunks',
|
| '../testing/gtest.gyp:gtest_prod',
|
| '../third_party/modp_b64/modp_b64.gyp:modp_b64',
|
| 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| @@ -1147,7 +1146,6 @@
|
| 'dependencies': [
|
| 'base_debugging_flags',
|
| 'base_static_win64',
|
| - 'allocator/allocator.gyp:allocator_extension_thunks_win64',
|
| '../third_party/modp_b64/modp_b64.gyp:modp_b64_win64',
|
| 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations_win64',
|
| 'trace_event/etw_manifest/etw_manifest.gyp:etw_manifest',
|
|
|