| Index: content/content_shell.gypi
|
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi
|
| index 3147271fbdb8ca296844d01e131472ce4acc8118..ce98ad2dd2aff550d508838c6c4bb49514977d3b 100644
|
| --- a/content/content_shell.gypi
|
| +++ b/content/content_shell.gypi
|
| @@ -235,11 +235,6 @@
|
| },
|
| },
|
| 'conditions': [
|
| - ['OS=="win" and win_use_allocator_shim==1', {
|
| - 'dependencies': [
|
| - '../base/allocator/allocator.gyp:allocator',
|
| - ],
|
| - }],
|
| ['OS=="win"', {
|
| 'resource_include_dirs': [
|
| '<(SHARED_INTERMEDIATE_DIR)/content/app/strings',
|
| @@ -281,12 +276,6 @@
|
| '../components/components.gyp:breakpad_host',
|
| ],
|
| }],
|
| - ['(OS=="linux" or OS=="android") and use_allocator!="none"', {
|
| - 'dependencies': [
|
| - # This is needed by content/app/content_main_runner.cc
|
| - '../base/allocator/allocator.gyp:allocator',
|
| - ],
|
| - }],
|
| ['use_aura==1', {
|
| 'dependencies': [
|
| '../ui/aura/aura.gyp:aura',
|
| @@ -487,11 +476,6 @@
|
| '../sandbox/sandbox.gyp:sandbox',
|
| ],
|
| 'conditions': [
|
| - ['win_use_allocator_shim==1', {
|
| - 'dependencies': [
|
| - '../base/allocator/allocator.gyp:allocator',
|
| - ],
|
| - }],
|
| ['win_console_app==1', {
|
| 'defines': ['WIN_CONSOLE_APP'],
|
| }, { # else win_console_app==0
|
|
|