From 2d1908c48183626f5fc278ae593100636c49ffd4 Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Tue, 18 Apr 2017 08:47:46 +0200 Subject: [PATCH] Roll chromium_revision 7950721f08..da7cc8ca4c (454907:465147) Change log: https://chromium.googlesource.com/chromium/src/+log/7950721f08..da7cc8ca4c Full diff: https://chromium.googlesource.com/chromium/src/+/7950721f08..da7cc8ca4c Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/d75864a2c5..636a52bf9d * src/build: https://chromium.googlesource.com/chromium/src/build/+log/bf8911f59b..15013685bd * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/b3771b1935..88811f48a6 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/8b8111f841..9d4d917abc * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/c2c74bc1d1..6885521e31 * src/third_party: https://chromium.googlesource.com/chromium/src/third_party/+log/4c0908d22e..be0a7d2acc * src/third_party/android_tools: https://chromium.googlesource.com/android_tools.git/+log/b43a6a289a..b65c4776da * src/third_party/catapult: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/353ee60a45..49eb11f63e * src/third_party/ced/src: https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git/+log/368a9cc09a..e21eb6aed1 * src/third_party/icu: https://chromium.googlesource.com/chromium/deps/icu.git/+log/450be73c9e..b34251f8b7 * src/third_party/lss: https://chromium.googlesource.com/linux-syscall-support.git/+log/3f6478ac95..63f24c8221 * src/third_party/robolectric/robolectric: https://chromium.googlesource.com/external/robolectric.git/+log/e38b49a12f..2a0b6ba221 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/14318cc69b..6412dca2e6 * src/tools/gyp: https://chromium.googlesource.com/external/gyp.git/+log/e7079f0e0e..eb296f67da DEPS diff: https://chromium.googlesource.com/chromium/src/+/7950721f08..da7cc8ca4c/DEPS Clang version changed 296320:299960 Details: https://chromium.googlesource.com/chromium/src/+/7950721f08..da7cc8ca4c/tools/clang/scripts/update.py TBR= BUG=None Change-Id: Idef4cbd757cc6242b136e5499a21d634ec9f16b6 Reviewed-on: https://chromium-review.googlesource.com/479652 Reviewed-by: Henrik Kjellander Commit-Queue: Henrik Kjellander --- DEPS | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/DEPS b/DEPS index 0bdccb0e8..803f481fd 100644 --- a/DEPS +++ b/DEPS @@ -1,30 +1,30 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '7950721f084767700b62bb6e1c90ea155efae980', + 'chromium_revision': 'da7cc8ca4c326895886b10df62d513fac256d74f', 'swarming_revision': '11e31afa5d330756ff87aa12064bb5d032896cb5', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling lss # and whatever else without interference from each other. - 'lss_revision': '3f6478ac95edf86cd3da300c2c0d34a438f5dbeb', + 'lss_revision': '63f24c8221a229f677d26ebe8f3d1528a9d787ac', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling catapult # and whatever else without interference from each other. - 'catapult_revision': '353ee60a4567ec80252bb4047e54b2df3151717e', + 'catapult_revision': '49eb11f63eb4d552d634833a01d2710208ba0523', } deps = { 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + 'bf8911f59bebb1cdd075e612c78e985cb14eca29', + Var('chromium_git') + '/chromium/src/build' + '@' + '15013685bdd59b8e548ffdef88b6fddae4f0e49c', 'src/buildtools': - Var('chromium_git') + '/chromium/buildtools.git' + '@' + 'b3771b1935ea74c388b6fb1750e83f5d83b39dec', + Var('chromium_git') + '/chromium/buildtools.git' + '@' + '88811f48a6b79786ef35be86825642fc33011151', 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'c2c74bc1d165ccc01ed03e424f72aa313eeb9120', + Var('chromium_git') + '/chromium/src/testing' + '@' + '6885521e316f349c47c4f23f5bce9bd44cb0eece', 'src/testing/gtest': Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6f8a66431cb592dad629028a50b3dd418a408c87', 'src/testing/gmock': Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '4c0908d22e7c4cd423da28f69c64c6fd293b0e99', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'be0a7d2accc6d1e69eb9fa005d98e1558b9227ff', 'src/third_party/catapult': Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' + Var('catapult_revision'), 'src/third_party/colorama/src': @@ -34,7 +34,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '14318cc69b7116d7b4aa23ee58cdf3d7c71d4038', + Var('chromium_git') + '/chromium/src/tools' + '@' + '80ce3971a8a250e9d0180e38a29553273877166c', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563', 'src/tools/swarming_client': @@ -52,13 +52,13 @@ deps = { deps_os = { 'android': { 'src/base': - Var('chromium_git') + '/chromium/src/base' + '@' + 'd75864a2c554db298f34b188c07a11133c8bd88b', + Var('chromium_git') + '/chromium/src/base' + '@' + '636a52bf9d2ab7ea4e97d0a933bbd5706acbbc7c', 'src/third_party/android_tools': - Var('chromium_git') + '/android_tools.git' + '@' + 'b43a6a289a7588b1769814f04dd6c7d7176974cc', + Var('chromium_git') + '/android_tools.git' + '@' + 'b65c4776dac2cf1b80e969b3b2d4e081b9c84f29', 'src/third_party/ced/src': - Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + '368a9cc09ad868a3d28f0b5ad4a733f263c46409', + Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@' + 'e21eb6aed10b9f6e2727f136c52420033214d458', 'src/third_party/icu': - Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '450be73c9ee8ae29d43d4fdc82febb2a5f62bfb5', + Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'b34251f8b762f8e2112a89c587855ca4297fed96', 'src/third_party/jsr-305/src': Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220af6d5df2d3210e3bfc0919', 'src/third_party/junit/src': @@ -74,7 +74,7 @@ deps_os = { }, 'ios': { 'src/ios': - Var('chromium_git') + '/chromium/src/ios' + '@' + '8b8111f841dfdc04bb5591dfd1315120f95709a4', + Var('chromium_git') + '/chromium/src/ios' + '@' + '9d4d917abc902ad9eb512839948b880194f76338', }, 'unix': { 'src/third_party/lss':