From cb802bc8b1fd1dbf51e6b2262c11c0f2a50635ac Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Fri, 3 Feb 2012 20:19:47 +0000 Subject: 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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120385 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'DEPS') diff --git a/DEPS b/DEPS index 02fd3a4..593e67e 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@120368", }, } -- cgit v1.1