summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorkaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-30 12:46:58 +0000
committerkaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-30 12:46:58 +0000
commitc5c9e6dca077b1d8796bb94232320821ddac9c02 (patch)
tree4e23c383bb103c6ef6edc98696471f47f984df8d /components
parent415089edefbcdcb456f227122c6b3dc2589e1696 (diff)
downloadchromium_src-c5c9e6dca077b1d8796bb94232320821ddac9c02.zip
chromium_src-c5c9e6dca077b1d8796bb94232320821ddac9c02.tar.gz
chromium_src-c5c9e6dca077b1d8796bb94232320821ddac9c02.tar.bz2
Fix components_unittests build on TSAN(win)
BUG=172039 Review URL: https://chromiumcodereview.appspot.com/12096048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179623 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components')
-rw-r--r--components/components_tests.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/components_tests.gypi b/components/components_tests.gypi
index c7cde20..422f7f0 100644
--- a/components/components_tests.gypi
+++ b/components/components_tests.gypi
@@ -42,6 +42,11 @@
'../testing/android/native_test.gyp:native_test_native_code',
]
}],
+ ['OS=="win" and win_use_allocator_shim==1', {
+ 'dependencies': [
+ '../base/allocator/allocator.gyp:allocator',
+ ],
+ }],
],
}
],