summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-03 19:28:28 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-03 19:28:28 +0000
commitef68ac0ca77a5ec1491b293e4d75416d301fc8e3 (patch)
treed8180c8fa0bfc71d17595a42ec4e8d75dbbd098d /tools
parent1e0eace859b0582bb7bcb9513129d3fcca5d4e71 (diff)
downloadchromium_src-ef68ac0ca77a5ec1491b293e4d75416d301fc8e3.zip
chromium_src-ef68ac0ca77a5ec1491b293e4d75416d301fc8e3.tar.gz
chromium_src-ef68ac0ca77a5ec1491b293e4d75416d301fc8e3.tar.bz2
Revert "linux: use an in-tree copy of gold by default"
This reverts commit r120356. Build failures on 32-bit Linux. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120361 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rwxr-xr-xtools/licenses.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/licenses.py b/tools/licenses.py
index 52e2b9a..fc07af7 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'),