| Index: extensions/shell/app_shell.gyp
|
| diff --git a/extensions/shell/app_shell.gyp b/extensions/shell/app_shell.gyp
|
| index 718426654fa44faa3ba0ae18ed58d09d8e338082..10594beb5ef36b7fa426afb0ceedd3920a9948a0 100644
|
| --- a/extensions/shell/app_shell.gyp
|
| +++ b/extensions/shell/app_shell.gyp
|
| @@ -133,11 +133,6 @@
|
| '<(DEPTH)/sandbox/sandbox.gyp:sandbox',
|
| ],
|
| }],
|
| - ['OS=="win" and win_use_allocator_shim==1', {
|
| - 'dependencies': [
|
| - '<(DEPTH)/base/allocator/allocator.gyp:allocator',
|
| - ],
|
| - }],
|
| ['OS=="mac"', {
|
| 'product_name': '<(app_shell_product_name)',
|
| 'dependencies!': [
|
| @@ -223,11 +218,6 @@
|
| '<@(app_shell_unittests_sources_chromeos)',
|
| ],
|
| }],
|
| - ['OS=="win" and win_use_allocator_shim==1', {
|
| - 'dependencies': [
|
| - '<(DEPTH)/base/allocator/allocator.gyp:allocator',
|
| - ],
|
| - }],
|
| ],
|
| },
|
| {
|
|
|