| Index: chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi b/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
|
| index 7fb72f1f2423018a74a1cd6001d49585513434ca..73a5ea7b546ade8c24255c94ea0f4d424fff62db 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
|
| @@ -122,6 +122,11 @@
|
| '<(DEPTH)/native_client/src/trusted/service_runtime/linux/nacl_bootstrap.gyp:nacl_helper_bootstrap',
|
| ],
|
| }],
|
| + ['OS=="win" and win_use_allocator_shim==1', {
|
| + 'dependencies': [
|
| + '<(DEPTH)/base/allocator/allocator.gyp:allocator',
|
| + ],
|
| + }],
|
| ],
|
| 'defines': [
|
| 'HAS_OUT_OF_PROC_TEST_RUNNER',
|
|
|