| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 635d0155f10ffdb148812aa6eaf36a58960fd0b9..509fe9d10c939fe326cb8ae2d4c148ba6b4a04e2 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -22,15 +22,15 @@ vars = {
|
| 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d',
|
| 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95',
|
| 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac',
|
| - 'skia_revision': 'bc97c9378bf8b89cc17280a2a04a5c3a9405e6ab',
|
| + 'skia_revision': 'a8f38238d6fccd0f05a15654518dbcd3f1152418',
|
| # 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': '43ced1bd1528ea8b4d9299d2c8f7c6a81921457b',
|
| + 'v8_revision': '5aafcb15f979432736a03bc286177387b8cd03f1',
|
| # Three lines of non-changing comments so that
|
| # the commit queue can handle CLs rolling ANGLE
|
| # and whatever else without interference from each other.
|
| - "angle_revision": "ea0c84d1779b3e0408aa03efd8167d9e1c40cc3a",
|
| + "angle_revision": "e1425d95ba0ab095c5d64536bbeb3f78adcbf79f",
|
| # Three lines of non-changing comments so that
|
| # the commit queue can handle CLs rolling build tools
|
| # and whatever else without interference from each other.
|
| @@ -38,7 +38,7 @@ vars = {
|
| # Three lines of non-changing comments so that
|
| # the commit queue can handle CLs rolling PDFium
|
| # and whatever else without interference from each other.
|
| - 'pdfium_revision': '173f919d0ec99a1a973c9d3a82b474f761d5bce1',
|
| + 'pdfium_revision': '1dc4f4112d72c63e465d6f09695ebea1119d39a6',
|
| # Three lines of non-changing comments so that
|
| # the commit queue can handle CLs rolling BoringSSL
|
| # and whatever else without interference from each other.
|
| @@ -78,7 +78,7 @@ deps = {
|
| Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'),
|
|
|
| 'src/third_party/icu':
|
| - Var('chromium_git') + '/chromium/deps/icu52.git' + '@' + 'd8b2a9d7b0039a4950ee008c5b1d998902c44c60', # from svn revision 292476
|
| + Var('chromium_git') + '/chromium/deps/icu52.git' + '@' + '6242e2fbb36f486f2c0addd1c3cef67fc4ed33fb', # from svn revision 292476
|
|
|
| 'src/third_party/libc++/trunk':
|
| Var('chromium_git') + '/chromium/llvm-project/libcxx.git' + '@' + Var('libcxx_revision'),
|
|
|