mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-07 01:06:46 +08:00
Roll chromium_revision from 33f87688 to 7dcda66f
Change log:33f87688..94111882Full diff:33f87688..94111882TBR=kjellander@chromium.org BUG=libyuv:626 Review URL: https://codereview.chromium.org/2292373002 .
This commit is contained in:
parent
de944ed8c7
commit
48e8f8e739
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,6 +27,7 @@ pin-log.txt
|
|||||||
/third_party/bouncycastle
|
/third_party/bouncycastle
|
||||||
/third_party/BUILD.gn
|
/third_party/BUILD.gn
|
||||||
/third_party/catapult
|
/third_party/catapult
|
||||||
|
/third_party/ced
|
||||||
/third_party/closure_compiler
|
/third_party/closure_compiler
|
||||||
/third_party/drmemory
|
/third_party/drmemory
|
||||||
/third_party/gflags/src
|
/third_party/gflags/src
|
||||||
|
|||||||
2
DEPS
2
DEPS
@ -7,7 +7,7 @@ vars = {
|
|||||||
|
|
||||||
# Roll the Chromium Git hash to pick up newer versions of all the
|
# Roll the Chromium Git hash to pick up newer versions of all the
|
||||||
# dependencies and tools linked to in setup_links.py.
|
# dependencies and tools linked to in setup_links.py.
|
||||||
'chromium_revision': '33f87688e4d164cf8f2ada5b4d01a04468807a11',
|
'chromium_revision': '941118827f5240dedb40082cffb1ead6c6d621cc',
|
||||||
}
|
}
|
||||||
|
|
||||||
# NOTE: Prefer revision numbers to tags for svn deps. Use http rather than
|
# NOTE: Prefer revision numbers to tags for svn deps. Use http rather than
|
||||||
|
|||||||
@ -71,6 +71,7 @@ if 'android' in target_os:
|
|||||||
'third_party/ashmem',
|
'third_party/ashmem',
|
||||||
'third_party/bouncycastle',
|
'third_party/bouncycastle',
|
||||||
'third_party/catapult',
|
'third_party/catapult',
|
||||||
|
'third_party/ced',
|
||||||
'third_party/closure_compiler',
|
'third_party/closure_compiler',
|
||||||
'third_party/guava',
|
'third_party/guava',
|
||||||
'third_party/hamcrest',
|
'third_party/hamcrest',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user