Index: DEPS |
diff --git a/DEPS b/DEPS |
index 99e1864add8b9344f0e4ce88de7ce13444fe8eb5..1159fd1e6bfb9d2d4b3263970eb5b1368c38c366 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -22,15 +22,15 @@ vars = { |
'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d', |
'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95', |
'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', |
- 'skia_revision': 'a8f38238d6fccd0f05a15654518dbcd3f1152418', |
+ 'skia_revision': '947556f6583e62b1ae19dcda94e0dea78babda2b', |
# 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': '5aafcb15f979432736a03bc286177387b8cd03f1', |
+ 'v8_revision': '43c0584a4b83eefc27c519f577b62f3960a1772d', |
# 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": "746d0ea79208b514e95e626310bec513fa666ca4", |
# 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. |
@@ -42,7 +42,7 @@ vars = { |
# Three lines of non-changing comments so that |
# the commit queue can handle CLs rolling BoringSSL |
# and whatever else without interference from each other. |
- 'boringssl_revision': '2f3ba910a2bdb9e7d19e712a827cdc80c8d8c777', |
+ 'boringssl_revision': '69a01608f33ab6fe2c3485d94aef1fe9eacf5364', |
# Three lines of non-changing comments so that |
# the commit queue can handle CLs rolling lss |
# and whatever else without interference from each other. |
@@ -69,16 +69,16 @@ deps = { |
Var('chromium_git') + '/external/open-vcdiff.git' + '@' + '438f2a5be6d809bc21611a94cd37bfc8c28ceb33', # from svn revision 41 |
'src/testing/gtest': |
- Var('chromium_git') + '/external/googletest.git' + '@' + '4650552ff637bb44ecf7784060091cbed3252211', # from svn revision 692 |
+ Var('chromium_git') + '/external/googletest.git' + '@' + '8245545b6dc9c4703e6496d1efd19e975ad2b038', # from svn revision 700 |
'src/testing/gmock': |
- Var('chromium_git') + '/external/googlemock.git' + '@' + '896ba0e03f520fb9b6ed582bde2bd00847e3c3f2', # from svn revision 485 |
+ Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f24565299976b936d1265cb6a271', # from svn revision 501 |
'src/third_party/angle': |
Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), |
'src/third_party/icu': |
- Var('chromium_git') + '/chromium/deps/icu52.git' + '@' + '6242e2fbb36f486f2c0addd1c3cef67fc4ed33fb', # from svn revision 292476 |
+ Var('chromium_git') + '/chromium/deps/icu52.git' + '@' + 'dd727641e190d60e4593bcb3a35c7f51eb4925c5', # from svn revision 292996 |
'src/third_party/libc++/trunk': |
Var('chromium_git') + '/chromium/llvm-project/libcxx.git' + '@' + Var('libcxx_revision'), |