Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit c0d74d9

Browse files
buildbotCommit bot
authored andcommitted

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DEPS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
vars = {
44
'chromium_git': 'https://chromium.googlesource.com',
5-
'chromium_revision': '419b6b1a41309e2fde1ad49f74ed0b9deb305ec0',
5+
'chromium_revision': 'aa2ca13eaac500dd212c1bfcae7930c688837774',
66
'boringssl_git': 'https://boringssl.googlesource.com',
77
# Three lines of non-changing comments so that
88
# the commit queue can handle CLs rolling swarming_client
@@ -46,7 +46,7 @@ deps = {
4646
'src/testing/gmock':
4747
Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e102c9c332ce19a33faf75be', # from svn revision 566
4848
'src/third_party':
49-
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'e96d3fc860875b4f0d1c9f13707f7fb41c9b98f5',
49+
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ef69db4b743f832bd71de2ddc8d3e800e563c525',
5050
'src/third_party/boringssl/src':
5151
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
5252
'src/third_party/catapult':
@@ -79,7 +79,7 @@ deps = {
7979
'src/third_party/yasm/source/patched-yasm':
8080
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6c7c6a1387217352ce02b31754deb54d2a',
8181
'src/tools':
82-
Var('chromium_git') + '/chromium/src/tools' + '@' + '69470efb0591b224aec06af3f8a00716cdb442f7',
82+
Var('chromium_git') + '/chromium/src/tools' + '@' + '7b80da1ab2bf10289e1ff56d378fb9a3f310099a',
8383
'src/tools/gyp':
8484
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
8585
'src/tools/swarming_client':
@@ -119,7 +119,7 @@ deps_os = {
119119
},
120120
'ios': {
121121
'src/ios':
122-
Var('chromium_git') + '/chromium/src/ios' + '@' + 'a92ae75b6e10c65e82e2a4d86b1ea1e350329ca5',
122+
Var('chromium_git') + '/chromium/src/ios' + '@' + 'c41f8dd3430baccea8ed70be7123a9206f137856',
123123
},
124124
'unix': {
125125
'src/third_party/lss':

0 commit comments

Comments
 (0)