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 1330623002: Reland Automatically download gold plugin for cfi builds. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 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/download_gold_plugin.py » ('j') | build/download_gold_plugin.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 0c6cda6077c0d75680bd948bd9cc3ca1dea74742..c06da810796e4c0752daa9bdc4b1722ff26be7ed 100644
--- a/DEPS
+++ b/DEPS
@@ -103,6 +103,13 @@ hooks = [
],
},
{
+ # Pull gold plugin if needed or requested via GYP_DEFINES.
+ # Note: This must run before the clang update.
+ 'name': 'gold_plugin',
+ 'pattern': '.',
+ 'action': ['python', 'v8/build/download_gold_plugin.py'],
+ },
+ {
# Pull clang if needed or requested via GYP_DEFINES.
# Note: On Win, this should run after win_toolchain, as it may use it.
'name': 'clang',
« no previous file with comments | « no previous file | build/download_gold_plugin.py » ('j') | build/download_gold_plugin.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698