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

Unified Diff: DEPS

Issue 1900823002: Use lkgr revision of Clang for PDFium (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: address comments 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..465a190edd734a8f289e548836eacb613d655b53 100644
--- a/DEPS
+++ b/DEPS
@@ -5,6 +5,7 @@ vars = {
'pdfium_git': 'https://pdfium.googlesource.com',
'buildtools_revision': 'c2f259809d5ede3275df5ea0842f0431990c4f98',
+ 'clang_revision': '87058e09f9c547eb5d00cb8ca666c6aec203a117',
'cygwin_revision': 'c89e446b273697fadf3a10ff1007a97c0b7de6df',
'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271',
'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038',
@@ -36,7 +37,7 @@ deps = {
Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'),
"tools/clang":
- 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