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

Unified Diff: DEPS

Issue 2350093002: Update DEPS to always pull clang. (Closed)
Patch Set: Created 4 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 | no next file » | 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 e57e5af206515f4c3dbbe0ddc13d50e8484b7174..70d5af94d51b75870972946ee607d13d79c670e5 100644
--- a/DEPS
+++ b/DEPS
@@ -162,12 +162,11 @@ hooks = [
],
},
{
- # Pull clang if needed or requested via GYP_DEFINES.
+ # Pull clang
'name': 'clang',
'pattern': '.',
'action': ['python',
- 'pdfium/tools/clang/scripts/update.py',
- '--if-needed'
+ 'pdfium/tools/clang/scripts/update.py'
],
},
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698