diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-20 13:08:11 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-20 13:08:11 +0000 |
commit | df624f70927eafcfc8ac79f34802f0102baaa6ea (patch) | |
tree | 6d09988818319ac247ea79f4a1b221036c9879ed /printing | |
parent | 18b0250132d8c1e1c9c923453a881472da8eb84a (diff) | |
download | chromium_src-df624f70927eafcfc8ac79f34802f0102baaa6ea.zip chromium_src-df624f70927eafcfc8ac79f34802f0102baaa6ea.tar.gz chromium_src-df624f70927eafcfc8ac79f34802f0102baaa6ea.tar.bz2 |
Make printing_unittests depend on tcmalloc on non-Darwin posix systems (like net_unittests do) instead of checking for toolkit_uses_gtk.
TBR=vandebo
Review URL: https://codereview.chromium.org/10963008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157752 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing')
-rw-r--r-- | printing/printing.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/printing/printing.gyp b/printing/printing.gyp index 8733e2a..bbbf4a3 100644 --- a/printing/printing.gyp +++ b/printing/printing.gyp @@ -247,6 +247,8 @@ 'dependencies': [ '../build/linux/system.gyp:gtk', ], + }], + [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { 'conditions': [ ['linux_use_tcmalloc == 1', { 'dependencies': [ |