Index: DEPS |
diff --git a/DEPS b/DEPS |
index 68ae34f14051c4b4b1ef4aab32797d2d733ee6c2..826012f3ba7e8bed794ef5a6faec8bc323d81b08 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -466,6 +466,8 @@ deps_os = { |
((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + |
Var("lss_revision")), |
+ # FIXME(mithro): src/third_party/binutils is replacing src/third_party/gold. |
+ # Remove gold when binutils is being used correctly. |
"src/third_party/gold": |
"/trunk/deps/third_party/gold@228995", |
@@ -743,6 +745,19 @@ hooks = [ |
"-s", "src/third_party/clang_format/bin/linux/clang-format.sha1", |
], |
}, |
+ # Pull binutils for linux, enabled debug fission for faster linking / |
+ # debugging when used with clang on Ubuntu Precise. |
+ # https://code.google.com/p/chromium/issues/detail?id=352046 |
+ { |
+ "name": "binutils", |
+ "pattern": "src/third_party/binutils/linux", |
+ "action": [ "src/tools/download_and_extract.py", |
+ "--bucket", "chromium-binutils", |
+ "--extract", "src/third_party/binutils/Release", |
+ "src/third_party/binutils/Linux_ia32/binutils.tar.bz2.sha1", |
+ "src/third_party/binutils/Linux_x64/binutils.tar.bz2.sha1", |
+ ], |
+ }, |
# Pull eu-strip binaries using checked-in hashes. |
{ |
"name": "eu-strip", |