| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index ca072d3f79f7e931c958e8c502e7c1c2536a9cfc..fc6dc3bd8553f6af4fe10a3c99d913176071b891 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -2607,15 +2607,6 @@
|
| },
|
| },
|
| }],
|
| - ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
|
| - 'conditions': [
|
| - ['use_allocator!="none"', {
|
| - 'dependencies': [
|
| - '../base/allocator/allocator.gyp:allocator',
|
| - ],
|
| - }],
|
| - ],
|
| - }],
|
| ['OS=="mac"', {
|
| # The test fetches resources which means Mac need the app bundle to
|
| # exist on disk so it can pull from it.
|
| @@ -2703,11 +2694,6 @@
|
| '../third_party/isimpledom/isimpledom.gyp:isimpledom',
|
| ],
|
| 'conditions': [
|
| - ['win_use_allocator_shim==1', {
|
| - 'dependencies': [
|
| - '<(allocator_target)',
|
| - ],
|
| - }],
|
| ['branding!="Chrome"', {
|
| 'sources!': [
|
| 'browser/google/google_update_win_unittest.cc',
|
| @@ -2929,13 +2915,6 @@
|
| '../breakpad/breakpad.gyp:*',
|
| '../components/components.gyp:crash_component',
|
| ],
|
| - 'conditions': [
|
| - ['win_use_allocator_shim==1', {
|
| - 'dependencies': [
|
| - '<(allocator_target)',
|
| - ],
|
| - }],
|
| - ],
|
| }],
|
| ],
|
| },
|
|
|