diff --git a/DEPS b/DEPS index 4179e34488..9fa4e883a6 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': '4116d5a4121a0e7cc7b0cd4d399838d324d527b0', + 'chromium_revision': '9d7b66e9bbdebe2076b6b1aeda946195a4b47737', 'boringssl_git': 'https://boringssl.googlesource.com', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarming_client @@ -42,7 +42,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' + '@' + '98837a25c97d54da40dae0462eb21aa3f1766f0c', + Var('chromium_git') + '/chromium/src/base' + '@' + '0c405c7590d5540dfcbf2231397e76cf1bcfd68f', 'src/build': Var('chromium_git') + '/chromium/src/build' + '@' + '1bdeddd93237716560384eb0aea26f49e2fe8ae5', 'src/buildtools': @@ -54,13 +54,13 @@ deps = { 'condition': 'checkout_android', }, 'src/ios': { - 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'dd6e85d5daeaf975e86dddc1489e7e50d1cae46f', + 'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '2790cdbe0f90dfec33d9b81343d1f35e00082411', 'condition': 'checkout_ios', }, 'src/testing': - Var('chromium_git') + '/chromium/src/testing' + '@' + '3eaaac8ed21b8267ff659cd956346b8d68c918d2', + Var('chromium_git') + '/chromium/src/testing' + '@' + '90eda7fc6fef77c991473060576d920d44ee29bd', 'src/third_party': - Var('chromium_git') + '/chromium/src/third_party' + '@' + '80a527d468bbdebe754d74ddc0e9f6da1c294790', + Var('chromium_git') + '/chromium/src/third_party' + '@' + 'c0a852a881dd486f2dabc925705dca87b494d2bf', 'src/third_party/android_ndk': { 'url': Var('chromium_git') + '/android_ndk.git' + '@' + '5cd86312e794bdf542a3685c6f10cbb96072990b', 'condition': 'checkout_android', @@ -84,7 +84,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' + '@' + 'b61d387fa2d4e0ea7da1807d2922a4f946343d2d', + Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '7c3ff1311a4568e3d369c35560ff77b6b2bdef96', 'src/third_party/errorprone/lib': { 'url': Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '980d49e839aa4984015efed34b0134d4b2c9b6d7', 'condition': 'checkout_android', @@ -165,7 +165,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' + '@' + '5d0a6695d8be533b1684e58f950efb67f12154b0', + Var('chromium_git') + '/chromium/src/tools' + '@' + '56a7c676830ab07ab599739e3389319a7bd3f45f', 'src/tools/gyp': Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', 'src/tools/swarming_client':