diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-03 22:44:59 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-03 22:44:59 +0000 |
commit | b07806c1b94cf62c743d90a5d96ad7f650193f0b (patch) | |
tree | 15edeae6658730d208bcdbc1ae5694138ed5e397 /tools/checkperms | |
parent | 6ac1b4026d326a4316b192dfbc643b58981284ba (diff) | |
download | chromium_src-b07806c1b94cf62c743d90a5d96ad7f650193f0b.zip chromium_src-b07806c1b94cf62c743d90a5d96ad7f650193f0b.tar.gz chromium_src-b07806c1b94cf62c743d90a5d96ad7f650193f0b.tar.bz2 |
linux: use an in-tree copy of gold by default
(Reland of r120385 with newer third_party/gold.)
Rather than forcing everyone to configure their search paths etc.
we should just make this work by default. You can set
the gyp variable linux_use_gold_binary=0 to turn it off.
Review URL: https://chromiumcodereview.appspot.com/9316002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120424 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checkperms')
-rwxr-xr-x | tools/checkperms/checkperms.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/checkperms/checkperms.py b/tools/checkperms/checkperms.py index 66ed019..539f397 100755 --- a/tools/checkperms/checkperms.py +++ b/tools/checkperms/checkperms.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -60,6 +60,9 @@ WHITELIST_FILES = [ '/o3d/gypbuild', '/o3d/installer/linux/debian.in/rules', '/third_party/icu/source/runconfigureicu', + '/third_party/gold/gold64', + '/third_party/gold/ld', + '/third_party/gold/ld.bfd', '/third_party/lcov/bin/gendesc', '/third_party/lcov/bin/genhtml', '/third_party/lcov/bin/geninfo', |