summaryrefslogtreecommitdiffstats
path: root/DEPS
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 /DEPS
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 'DEPS')
-rw-r--r--DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 60e6619..6817036 100644
--- a/DEPS
+++ b/DEPS
@@ -414,6 +414,9 @@ deps_os = {
"src/third_party/WebKit/Tools/gdb":
Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
+
+ "src/third_party/gold":
+ "/trunk/deps/third_party/gold@120423",
},
}