Chromium Code Reviews| Index: chrome/chrome_dll.gypi |
| diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi |
| index 67f9b1b488bac8938882b07e7bcee72771a7ad79..0ea9690c890968aa8a26e3825a05ff07805ca157 100644 |
| --- a/chrome/chrome_dll.gypi |
| +++ b/chrome/chrome_dll.gypi |
| @@ -366,6 +366,11 @@ |
| 'app/close_handle_hook_win.h', |
| ], |
| 'conditions': [ |
| + ['OS=="win" and win_use_allocator_shim==1', { |
| + 'dependencies': [ |
| + '<(allocator_target)', |
| + ], |
| + }], |
| ['OS=="win"', { |
| 'conditions': [ |
| ['chrome_pgo_phase==1', { |