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

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 30f8bb5fb9ceb3589b5c11960571b8f80893707c..c0672bbca9f82cd8f496796208ad95a983347c73 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -629,7 +629,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