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

Unified Diff: content/content_tests.gypi

Issue 10749019: VideoDecodeAccelerator now SupportsWeakPtr instead of being RefCountedThreadSafe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 5 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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 6ec38e285fc7c35372001134ce2294dbf6aefbf7..3a532cf31c2cedae8c9ac53b9e645ac95107d2b9 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -628,7 +628,9 @@
'../third_party/angle/src/build_angle.gyp:libGLESv2',
],
}],
- ['OS=="win" and win_use_allocator_shim==1', {
+ ['(OS=="win" and win_use_allocator_shim==1) or '
+ 'os_posix == 1 and OS != "mac" and OS != "android" and '
+ 'linux_use_tcmalloc==1', {
'dependencies': [
'../base/allocator/allocator.gyp:allocator',
],

Powered by Google App Engine
This is Rietveld 408576698