Index: DEPS |
diff --git a/DEPS b/DEPS |
index 70e0fb74f9ea48209a84a5fd504cb4ec8d3fb65d..330d1ddd0ed737620c6d17a95cd2f028c700f38a 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -557,6 +557,17 @@ hooks = [ |
'pattern': '.', |
'action': ['python', 'src/build/vs_toolchain.py', 'update'], |
}, |
+ # 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 clang if needed or requested via GYP_DEFINES. |
# Note: On Win, this should run after win_toolchain, as it may use it. |
@@ -647,17 +658,6 @@ hooks = [ |
'-s', 'src/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': 'src/third_party/binutils', |
- 'action': [ |
- 'python', |
- 'src/third_party/binutils/download.py', |
- ], |
- }, |
# Pull eu-strip binaries using checked-in hashes. |
{ |
'name': 'eu-strip', |