summaryrefslogtreecommitdiffstats
path: root/tools/licenses.py
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-03 22:44:59 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-03 22:44:59 +0000
commitb07806c1b94cf62c743d90a5d96ad7f650193f0b (patch)
tree15edeae6658730d208bcdbc1ae5694138ed5e397 /tools/licenses.py
parent6ac1b4026d326a4316b192dfbc643b58981284ba (diff)
downloadchromium_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/licenses.py')
-rwxr-xr-xtools/licenses.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/licenses.py b/tools/licenses.py
index d724540..0889d06 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -63,6 +63,7 @@ PRUNE_PATHS = set([
# Used for development and test, not in the shipping product.
os.path.join('third_party','bidichecker'),
os.path.join('third_party','cygwin'),
+ os.path.join('third_party','gold'),
os.path.join('third_party','lighttpd'),
os.path.join('third_party','mingw-w64'),
os.path.join('third_party','pefile'),