Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: components/components_tests.gypi

Issue 12096048: Fix components_unittests build on TSAN(win) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add back to all.gyp Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gypi
diff --git a/components/components_tests.gypi b/components/components_tests.gypi
index c7cde206b18206589ac3880ed0f9880e431d3626..422f7f04b946016855c7d4fdacd7fd1f520dfb04 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',
+ ],
+ }],
],
}
],
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698