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

Unified Diff: DEPS

Issue 1900823002: Use lkgr revision of Clang for PDFium (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 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 595da736ba8610dbb7c28a1eb3df0fb0330d6d1b..91d1d2c2e729d1fcd4019b62e7bb065f1ca86ed9 100644
--- a/DEPS
+++ b/DEPS
@@ -13,6 +13,7 @@ vars = {
'skia_revision': '0a291c7b7eea1807bd58bdaa60c258fd0ebeb257',
'trace_event_revision': 'd83d44b13d07c2fd0a40101a7deef9b93b841732',
'v8_revision': '47bcec782b752ba411bd8bba6e390d1cc1c3226e',
+ 'clang_revision': '87058e09f9c547eb5d00cb8ca666c6aec203a117',
Tom Sepez 2016/04/18 18:51:46 nit alphabetize
Wei Li 2016/04/18 19:09:05 Done.
}
@@ -36,7 +37,7 @@ deps = {
Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'),
"tools/clang":
Tom Sepez 2016/04/18 18:51:46 nit: here too
Wei Li 2016/04/18 19:09:05 This one is already in order.
- Var('chromium_git') + "/chromium/src/tools/clang",
+ Var('chromium_git') + "/chromium/src/tools/clang@" + Var('clang_revision'),
"v8":
Var('chromium_git') + "/v8/v8.git@" + Var('v8_revision'),
« 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