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

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: Using seperate release dirs and same detect_host_arch as common.gypi 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') | 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 68ae34f14051c4b4b1ef4aab32797d2d733ee6c2..1d20850d29833868d9a5b0725c867e840008638b 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,17 @@ 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",
+ "action": [
+ "python",
+ "src/third_party/binutils/download.py",
+ ],
+ },
# Pull eu-strip binaries using checked-in hashes.
{
"name": "eu-strip",
« no previous file with comments | « no previous file | third_party/binutils/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698