diff --git a/DEPS b/DEPS index 2987251541..3edd663afe 100644 --- a/DEPS +++ b/DEPS @@ -7,16 +7,16 @@ vars = { 'checkout_configuration': 'default', 'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"', 'webrtc_git': 'https://webrtc.googlesource.com', - 'chromium_revision': '81c26a093bfdfe868dff4e3e611edcfd0486b641', + 'chromium_revision': 'aed902039c66669b4ff7ea94e126b91ca341b247', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client # and whatever else without interference from each other. - 'swarming_revision': 'b6e9e23e4e79249bd4f95735205ffb7c3f9f0912', + 'swarming_revision': '157bec8a25cc4ebd6a16052510d08b05b6102aad', # 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': 'f241a59dcca617c5b9d9880a8a9fd92996a654be', + 'boringssl_revision': '6965d25602754bc419c5f757d008ba1f4da49ae4', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling lss # and whatever else without interference from each other. @@ -42,9 +42,9 @@ 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' + '@' + '3c9ac70552b5023eba32209626c9f058b4412696', + Var('chromium_git') + '/chromium/src/base' + '@' + '577be0657eaf77a4caf6b3cf0bb52e1a6c197c1a', 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '076d347a5645411e75265532ba94e37f80970bb1', + Var('chromium_git') + '/chromium/src/build' + '@' + 'e1cd03d1a25accfc36b9501694141bd84b27e760', 'src/buildtools': Var('chromium_git') + '/chromium/buildtools.git' + '@' + '04161ec8d7c781e4498c699254c69ba0dd959fde', # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'aa06ff9dc9b4711741e3a0f70f149ffd05418556', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'cd3f4cdae4bf47988bb691b41b56cd2a89319e1d', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + 'eeb483a8343ede0ea409815af78b32061d8b3fde', + Var('chromium_git') + '/chromium/src/testing' + '@' + '1070bcfcd99ebedd345f95049737308aa734658c', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '3a20b86d38a3e17aa3cf24f6e36192013b535571', + Var('chromium_git') + '/chromium/src/third_party' + '@' + '23cd046553c73977b1f1e1e6a1308e19d6cb423f', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '4e2cea441bfd43f0863d14f57b1e1844260b9884', 'condition': 'checkout_android', @@ -107,7 +107,7 @@ deps = { 'src/third_party/colorama/src': Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8', 'src/third_party/depot_tools': - Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '6c18a1afa1a7a30421775c8d6c1cfb7edb3f272a', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '44d4b29082f0d8bacacd623f91c4d29637b4b901', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -225,7 +225,7 @@ deps = { 'src/third_party/yasm/source/patched-yasm': Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '720b70524a4424b15fc57e82263568c8ba0496ad', 'src/tools': - Var('chromium_git') + '/chromium/src/tools' + '@' + '627b8cb5aff2be7ed4c202f685ba6bd2957543bf', + Var('chromium_git') + '/chromium/src/tools' + '@' + 'fb15cfbb944e0ce4efd9a6f173d0f3783f79fad1', 'src/tools/swarming_client': Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),