Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: DEPS

Issue 209853003: Adding binutils as a DEPS to allow DebugFission on Ubuntu Precise when compiling with clang. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing DEPS file. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/binutils/.gitignore » ('j') | third_party/binutils/upload.sh » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | third_party/binutils/.gitignore » ('j') | third_party/binutils/upload.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698