mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
Roll chromium_revision da7cc8ca4c..ce95e5d83f (465147:465389)
Change log:da7cc8ca4c..ce95e5d83fFull diff:da7cc8ca4c..ce95e5d83fChanged dependencies: * src/base:636a52bf9d..f6489f4fd2* src/build:15013685bd..bca1cbe2aa* src/ios:9d4d917abc..9595ed7ed6* src/testing:6885521e31..7b3e681f96* src/third_party:be0a7d2acc..b28b3325f9* src/third_party/catapult:49eb11f63e..e8775f0f64* src/third_party/robolectric/robolectric:e38b49a12f..2a0b6ba221* src/tools:80ce3971a8..5c327d115e* src/tools/gyp:e7079f0e0e..eb296f67daDEPS diff:da7cc8ca4c..ce95e5d83f/DEPS No update to Clang. TBR=kjellander@chromium.org BUG=libyuv:697 Change-Id: I34a5b3302ba369718536b1d0aa664f9b089386ca Reviewed-on: https://chromium-review.googlesource.com/481064 Reviewed-by: Frank Barchard <fbarchard@google.com>
This commit is contained in:
parent
2d1908c481
commit
a4929684c4
20
DEPS
20
DEPS
@ -1,6 +1,6 @@
|
||||
vars = {
|
||||
'chromium_git': 'https://chromium.googlesource.com',
|
||||
'chromium_revision': 'da7cc8ca4c326895886b10df62d513fac256d74f',
|
||||
'chromium_revision': 'ce95e5d83f3538e5797b85f986e52afda8a7a40a',
|
||||
'swarming_revision': '11e31afa5d330756ff87aa12064bb5d032896cb5',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling lss
|
||||
@ -9,22 +9,22 @@ 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': '49eb11f63eb4d552d634833a01d2710208ba0523',
|
||||
'catapult_revision': 'e8775f0f64bcae6b0789df6d4a2a5aca9f5cf4ac',
|
||||
}
|
||||
|
||||
deps = {
|
||||
'src/build':
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + '15013685bdd59b8e548ffdef88b6fddae4f0e49c',
|
||||
Var('chromium_git') + '/chromium/src/build' + '@' + 'bca1cbe2aaed610e412eed70a3a7d22799c65259',
|
||||
'src/buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '88811f48a6b79786ef35be86825642fc33011151',
|
||||
'src/testing':
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '6885521e316f349c47c4f23f5bce9bd44cb0eece',
|
||||
Var('chromium_git') + '/chromium/src/testing' + '@' + '7b3e681f96c5bc54d1ba4a47285a9874ed18514f',
|
||||
'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' + '@' + 'be0a7d2accc6d1e69eb9fa005d98e1558b9227ff',
|
||||
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'b28b3325f9374dd79d3a874d6dd688222d61f4f1',
|
||||
'src/third_party/catapult':
|
||||
Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' + Var('catapult_revision'),
|
||||
'src/third_party/colorama/src':
|
||||
@ -34,9 +34,9 @@ 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' + '@' + '80ce3971a8a250e9d0180e38a29553273877166c',
|
||||
Var('chromium_git') + '/chromium/src/tools' + '@' + '5c327d115e2022cbeb2e8f51f3a0b4dbcb1dd451',
|
||||
'src/tools/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba58728ff219637458563',
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + 'eb296f67da078ec01f5e3a9ea9cdc6d26d680161',
|
||||
'src/tools/swarming_client':
|
||||
Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_revision'),
|
||||
|
||||
@ -52,7 +52,7 @@ deps = {
|
||||
deps_os = {
|
||||
'android': {
|
||||
'src/base':
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + '636a52bf9d2ab7ea4e97d0a933bbd5706acbbc7c',
|
||||
Var('chromium_git') + '/chromium/src/base' + '@' + 'f6489f4fd2be9f4245492fd4a708740bba073f13',
|
||||
'src/third_party/android_tools':
|
||||
Var('chromium_git') + '/android_tools.git' + '@' + 'b65c4776dac2cf1b80e969b3b2d4e081b9c84f29',
|
||||
'src/third_party/ced/src':
|
||||
@ -70,11 +70,11 @@ deps_os = {
|
||||
'src/third_party/requests/src':
|
||||
Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
|
||||
'src/third_party/robolectric/robolectric':
|
||||
Var('chromium_git') + '/external/robolectric.git' + '@' + 'e38b49a12fdfa17a94f0382cc8ffaf69132fd09b',
|
||||
Var('chromium_git') + '/external/robolectric.git' + '@' + '2a0b6ba221c14f3371813a676ce06143353e448d',
|
||||
},
|
||||
'ios': {
|
||||
'src/ios':
|
||||
Var('chromium_git') + '/chromium/src/ios' + '@' + '9d4d917abc902ad9eb512839948b880194f76338',
|
||||
Var('chromium_git') + '/chromium/src/ios' + '@' + '9595ed7ed6ab7bcb3b1f990a4455f56d6ed01ef3',
|
||||
},
|
||||
'unix': {
|
||||
'src/third_party/lss':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user