| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index c3b7270208c8627f679b162f9b1174f10f15d2b1..1b669fdbfa8c73cb18f6a0a4cf7c3788e090377d 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2578,6 +2578,11 @@
|
| }],
|
| ],
|
| }],
|
| + ['OS=="win" and component!="shared_library" and win_use_allocator_shim==1', {
|
| + 'dependencies': [
|
| + '<(DEPTH)/base/allocator/allocator.gyp:allocator',
|
| + ],
|
| + }],
|
| ], # conditions
|
| }, # target performance_browser_tests
|
| {
|
|
|