diff options
author | mithro@mithis.com <mithro@mithis.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-10 14:01:57 +0000 |
---|---|---|
committer | mithro@mithis.com <mithro@mithis.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-10 14:01:57 +0000 |
commit | 8d949f1a00b84cbba01382bd9942ccba983d84ad (patch) | |
tree | 29ec248cc2f277323248532790fe4db4320c52f1 /build | |
parent | 1062c58a14e820ad03931d67c105f086048ed2b1 (diff) | |
download | chromium_src-8d949f1a00b84cbba01382bd9942ccba983d84ad.zip chromium_src-8d949f1a00b84cbba01382bd9942ccba983d84ad.tar.gz chromium_src-8d949f1a00b84cbba01382bd9942ccba983d84ad.tar.bz2 |
Make sure binutils values are always defined.
BUG=352046
Review URL: https://codereview.chromium.org/228763006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262981 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index a6a09b7..c87ec63 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1182,6 +1182,10 @@ 'debug_unwind_tables%': 1, 'release_unwind_tables%': 1, + # Override where to find binutils + 'binutils_version%': 0, + 'binutils_dir%': '', + # Enable TCMalloc. # TODO(dmikurube): Change Linux default of use_allocator to "tcmalloc". # TODO(dmikurube): Change Android default of use_allocator to "none". |