| 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'),
|
|
|