diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-03 20:19:47 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-03 20:19:47 +0000 |
commit | cb802bc8b1fd1dbf51e6b2262c11c0f2a50635ac (patch) | |
tree | 40850c8325e8197fb46b0af33baf36b9a2e36a29 /DEPS | |
parent | 5f2026478433fbbda9f7153f63c46b5981f97448 (diff) | |
download | chromium_src-cb802bc8b1fd1dbf51e6b2262c11c0f2a50635ac.zip chromium_src-cb802bc8b1fd1dbf51e6b2262c11c0f2a50635ac.tar.gz chromium_src-cb802bc8b1fd1dbf51e6b2262c11c0f2a50635ac.tar.bz2 |
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
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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", }, } |