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

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 name. 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 | « .gitignore ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 378ad5cec1aa31c4fc5badcf8b30cde655f6ed6f..c96437d7af3309c129f4ae268a3392cc5abcb35c 100644
--- a/DEPS
+++ b/DEPS
@@ -466,9 +466,14 @@ 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",
+ "src/third_party/binutils":
+ "/trunk/deps/third_party/binutils@??????",
Lei Zhang 2014/03/24 19:38:25 You may want to get the binutils files checked in
mithro-old 2014/03/28 03:56:00 Done.
+
"src/third_party/libmtp":
"/trunk/deps/third_party/libmtp@206535",
@@ -745,6 +750,20 @@ 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_linux",
+ "pattern": "src/third_party/binutils/linux/binutils.sha1",
+ "action": [ "download_from_google_storage",
+ "--no_resume",
+ "--platform=linux*",
+ "--no_auth",
+ "--bucket", "chromium-binutils",
+ "-s", "src/third_party/binutils/linux/binutils.sha1",
+ ],
+ },
# Pull eu-strip binaries using checked-in hashes.
{
"name": "eu-strip",
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698