| Index: chrome/chrome_dll.gypi
|
| diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
|
| index 0f781cd4ffa96fcf59b000918cd594fd94e15f1f..de456dd20c44969e1bf03303567ed7ad60da61fc 100644
|
| --- a/chrome/chrome_dll.gypi
|
| +++ b/chrome/chrome_dll.gypi
|
| @@ -248,11 +248,6 @@
|
| },
|
| },
|
| 'conditions': [
|
| - ['win_use_allocator_shim==1', {
|
| - 'dependencies': [
|
| - '<(allocator_target)',
|
| - ],
|
| - }],
|
| ['enable_basic_printing==1 or enable_print_preview==1', {
|
| 'dependencies': [
|
| '../printing/printing.gyp:printing',
|
| @@ -365,11 +360,6 @@
|
| 'app/chrome_main_delegate.h',
|
| ],
|
| 'conditions': [
|
| - ['OS=="win" and win_use_allocator_shim==1', {
|
| - 'dependencies': [
|
| - '<(allocator_target)',
|
| - ],
|
| - }],
|
| ['OS=="win"', {
|
| 'conditions': [
|
| ['chrome_pgo_phase!=0', {
|
|
|