summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_installer.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/chrome_installer.gypi')
-rw-r--r--chrome/chrome_installer.gypi12
1 files changed, 0 insertions, 12 deletions
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
index 7735229..407fe04 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, ],
},