| Index: chrome/chrome_installer.gypi
|
| diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
|
| index 773522912cab0c8e3ea5bf6c4129ff778b38ce76..407fe0448b18c1c48a01f2dd0baa6e6c580484c5 100644
|
| --- a/chrome/chrome_installer.gypi
|
| +++ b/chrome/chrome_installer.gypi
|
| @@ -322,11 +322,6 @@
|
| },
|
| },
|
| }],
|
| - ['win_use_allocator_shim==1', {
|
| - 'dependencies': [
|
| - '<(allocator_target)',
|
| - ],
|
| - }],
|
| ],
|
| },
|
| {
|
| @@ -370,13 +365,6 @@
|
| 'installer/setup/setup_util_unittest.h',
|
| 'installer/setup/update_active_setup_version_work_item_unittest.cc',
|
| ],
|
| - 'conditions': [
|
| - ['win_use_allocator_shim==1', {
|
| - 'dependencies': [
|
| - '<(allocator_target)',
|
| - ],
|
| - }],
|
| - ],
|
| # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| 'msvs_disabled_warnings': [ 4267, ],
|
| },
|
|
|