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

Unified Diff: DEPS

Issue 1329653004: Revert of 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') | 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 c06da810796e4c0752daa9bdc4b1722ff26be7ed..0c6cda6077c0d75680bd948bd9cc3ca1dea74742 100644
--- a/DEPS
+++ b/DEPS
@@ -103,13 +103,6 @@
],
},
{
- # 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698