diff --git a/DEPS b/DEPS index 9c726648dd..6bd430dbc4 100644 --- a/DEPS +++ b/DEPS @@ -7,7 +7,7 @@ vars = { 'checkout_configuration': 'default', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': 'e16ce69a2b374a3d3854923199c025feb204ae53', + 'chromium_revision': '788cf2d16a80354f41fcfafb6f325de12ff6b787', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -28,7 +28,7 @@ vars = { # 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': '280aff07f5fcea3aae2be27078648b4660da33b2', + 'catapult_revision': '6c4c2362a367c28ef6799012a8d06811b65b4a75', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -38,7 +38,7 @@ deps = { # TODO(kjellander): Move this to be Android-only once the libevent dependency # in base/third_party/libevent is solved. 'src/base': - Var('chromium_git') + '/chromium/src/base' + '@' + '217af41cb5391ac1e1733a0ef058e0096a7c49e9', + Var('chromium_git') + '/chromium/src/base' + '@' + 'e9cb9f6b23730d02b9f345229102aa209d032d77', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + 'a7ac13daeccbb67c5c2f72249701531f93459fd1', 'src/buildtools': @@ -50,13 +50,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'c65ebf7e20a968bf91cc31837655123126b1298e', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'efc61a00d6a664aa3f51572a34e5981e7cc3623c', 'condition': 'checkout_ios', }, 'src/testing': Var('chromium_git') + '/chromium/src/testing' + '@' + '90c4eb769387c1436a99996b2c98ea81b373da84', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '0f9e85751c3927629ff8748cc677f7951bbe288f', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '1dcedaf757d039b19e5b27f41ab851e61079a414', 'src/third_party/android_tools': { 'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f', 'condition': 'checkout_android', @@ -82,7 +82,7 @@ deps = { 'condition': 'checkout_android', }, 'src/third_party/ffmpeg': - Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '23e0b491fa58a44cf9b2b386a29c69e67169ef19', + Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '423f74fab02ff573b52abd542eb5dfdadaa05cf4', 'src/third_party/findbugs': { 'url': Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '4275d9ac8610db6b1bc9a5e887f97e41b33fac67', 'condition': 'checkout_android', @@ -155,7 +155,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '362d4829f66345dbc1742d724590107b8e3c07a5', + Var('chromium_git') + '/chromium/src/tools' + '@' + '2b6102916b6e902f1ee15a63a94a0f3f2796b181', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':