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

Unified Diff: DEPS

Issue 817653003: Update from https://crrev.com/309717 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | base/android/command_line_android.cc » ('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 38bdd7d9c1339557c494052a60a3bed9ddc43f8b..097f21a4d0b56aacabc5fd35d4a772ec5aebce49 100644
--- a/DEPS
+++ b/DEPS
@@ -22,11 +22,11 @@ vars = {
'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d',
'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95',
'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac',
- 'skia_revision': '6cc53f3fa7ed2945605c8f6d29e0185b601a9fc4',
+ 'skia_revision': '001db8599e1f2e2749a5ee65ee83821b0bde569b',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia
# and V8 without interference from each other.
- 'v8_revision': 'b061b1e2e98ae688ba697cf368b61a174d38b34a',
+ 'v8_revision': 'ed47c2dcd9a30eea73c9cf7b7f120f2d089ad938',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling ANGLE
# and whatever else without interference from each other.
@@ -87,7 +87,7 @@ deps = {
Var('chromium_git') + '/chromium/llvm-project/libcxxabi.git' + '@' + Var('libcxxabi_revision'),
'src/tools/grit':
- Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'ba706f5aa055960b40927d7e5b42186acac9c5e6', # from svn revision 184
+ Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'a5890a8118c0c80cc0560e6d8d5cf65e5d725509', # from svn revision 185
'src/v8':
Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
« no previous file with comments | « no previous file | base/android/command_line_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698