Roll chromium_revision b3877746a0..9ff73ab6d5 (466648:466784)
Change log:b3877746a0..9ff73ab6d5Full diff:b3877746a0..9ff73ab6d5Changed dependencies: * src/base:e1363398a9..db7a65d275* src/build:4636d31671..2245a109f1* src/ios:c12058d5d3..c9dae15695* src/testing:5863b520bc..ce7e2bbca8* src/third_party:c76b35c7ea..df17ecd5db* src/third_party/catapult:20f7e5a41b..5671bb03d4* src/third_party/libvpx/source/libvpx:f22b828d68..b35f64241f* src/tools:53003ed813..a8472157afDEPS diff:b3877746a0..9ff73ab6d5/DEPS No update to Clang. TBR=marpan@webrtc.org, BUG=None Review-Url: https://codereview.webrtc.org/2836203002 Cr-Commit-Position: refs/heads/master@{#17852}
This commit is contained in:
parent
b80ef8c46e
commit
2784b69401
18
DEPS
18
DEPS
@ -2,7 +2,7 @@
|
||||
|
||||
vars = {
|
||||
'chromium_git': 'https://chromium.googlesource.com',
|
||||
'chromium_revision': 'b3877746a0165c9eea1a3b8892ebe6c6feae8f1f',
|
||||
'chromium_revision': '9ff73ab6d5782649fe7ca39c8729c5862228fe58',
|
||||
'boringssl_git': 'https://boringssl.googlesource.com',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling swarming_client
|
||||
@ -23,7 +23,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': '20f7e5a41b447908da41782e283038fedb721013',
|
||||
'catapult_revision': '5671bb03d4165fbe1cc03b9db7468616766dcb94',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling libFuzzer
|
||||
# and whatever else without interference from each other.
|
||||
@ -34,19 +34,19 @@ 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' + '@' + 'e1363398a901ab8df644423661faaa2638fc8cdf',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + 'db7a65d275e138995aa7960c564174b2ef7dae57',
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '4636d316718a6069b501c1b5eb3d11a59c401ec3',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '2245a109f14d24d1102f6dc9e185618957b8a3c8',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb2e297a66c3d6d5bc3994f3',
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '5863b520bca48b3969e54f4396c50dcddf3b2df1',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + 'ce7e2bbca8dd11856295949742d63419ae3e185a',
|
||||
'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' + '@' + 'c76b35c7eae6dfce34a09fbb942f0105ad6f6ba8',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'df17ecd5db40b03196f8e68a2cd4a8bff48a4f45',
|
||||
'src/third_party/boringssl/src':
|
||||
Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'),
|
||||
'src/third_party/catapult':
|
||||
@ -67,7 +67,7 @@ deps = {
|
||||
'src/third_party/libsrtp':
|
||||
Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + 'ccf84786f8ef803cb9c75e919e5a3976b9f5a672',
|
||||
'src/third_party/libvpx/source/libvpx':
|
||||
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'f22b828d685adee4c7a561990302e2d21b5e0047',
|
||||
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'b35f64241f0628987db592b5936dde58ca30b0db',
|
||||
'src/third_party/libyuv':
|
||||
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'fc02cc3806a394a6b887979ba74aa49955f3199b',
|
||||
'src/third_party/openh264/src':
|
||||
@ -79,7 +79,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' + '@' + '53003ed8135b8c1211a9ddfc9b631bf24579e856',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + 'a8472157afcd98d8008dc96879d44ea805dcccfc',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161',
|
||||
'src/tools/swarming_client':
|
||||
@ -119,7 +119,7 @@ deps_os = {
|
||||
},
|
||||
'ios': {
|
||||
'src/ios':
|
||||
Var('chromium_git') + '/chromium/src/ios' + '@' + 'c12058d5d370ace959cbd27c30a289594c4921b7',
|
||||
Var('chromium_git') + '/chromium/src/ios' + '@' + 'c9dae1569598753e53e381ae476684f53d428ae0',
|
||||
},
|
||||
'unix': {
|
||||
'src/third_party/lss':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user