summaryrefslogtreecommitdiffstats
path: root/tools/licenses.py
diff options
context:
space:
mode:
authortim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-03 20:55:52 +0000
committertim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-03 20:55:52 +0000
commitc4eaa30be19d7a391c4be6cce13a5255dbfc604c (patch)
tree1299043f0aa73649b2a5759adf3827a7802c1f27 /tools/licenses.py
parent3bd1b7ae9aace7915ceb9708433fcad22321cfa3 (diff)
downloadchromium_src-c4eaa30be19d7a391c4be6cce13a5255dbfc604c.zip
chromium_src-c4eaa30be19d7a391c4be6cce13a5255dbfc604c.tar.gz
chromium_src-c4eaa30be19d7a391c4be6cce13a5255dbfc604c.tar.bz2
Revert 120385 - linux: use an in-tree copy of gold by default
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. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=120356 Review URL: https://chromiumcodereview.appspot.com/9316002 TBR=evan@chromium.org Review URL: https://chromiumcodereview.appspot.com/9328004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120397 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/licenses.py')
-rwxr-xr-xtools/licenses.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/licenses.py b/tools/licenses.py
index 0889d06..d724540 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -63,7 +63,6 @@ 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'),