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

Unified Diff: DEPS

Issue 896703003: [linux] Improve link time with Chromium-bundled binutils. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Use concurrent linking in debug builds only. Cleanup variables. Created 5 years, 10 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 | build/toolchain.gypi » ('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 5c72db17dc8f56e25bdf67a4cf5e5e2152ee8df0..062e10e2fc74bfea432c89772c276544269b77ae 100644
--- a/DEPS
+++ b/DEPS
@@ -80,6 +80,17 @@ hooks = [
"-s", "v8/buildtools/linux64/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': 'v8/third_party/binutils',
+ 'action': [
+ 'python',
+ 'v8/third_party/binutils/download.py',
+ ],
+ },
{
# Pull clang if needed or requested via GYP_DEFINES.
# Note: On Win, this should run after win_toolchain, as it may use it.
« no previous file with comments | « no previous file | build/toolchain.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698