mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-16 23:30:48 +01:00
Roll chromium_revision 6a04368..1728ddf (370362:370595)
Our valgrind script needed to be updated due to6a04368..1728ddf
/tools/valgrind/chrome_tests.py Change log:6a04368..1728ddf
Full diff:6a04368..1728ddf
Changed dependencies: * src/third_party/ffmpeg:7deada1..2dc5618
* src/third_party/libsrtp:ebfcc9a..9cc4f2f
* src/third_party/libvpx_new/source/libvpx:b520882..c0307e6
* src/tools/gyp:54b7dfc..aa0301b
DEPS diff:6a04368..1728ddf
/DEPS No update to Clang. TBR=marpan@webrtc.org, stefan@webrtc.org, NOTRY=True Review URL: https://codereview.webrtc.org/1610253003 Cr-Commit-Position: refs/heads/master@{#11330}
This commit is contained in:
parent
d9f641e341
commit
becf9ee48c
2 changed files with 3 additions and 1 deletions
2
DEPS
2
DEPS
|
@ -6,7 +6,7 @@
|
|||
vars = {
|
||||
'extra_gyp_flag': '-Dextra_gyp_flag=0',
|
||||
'chromium_git': 'https://chromium.googlesource.com',
|
||||
'chromium_revision': '6a04368503ae7e48422a851d39afc920ee66502d',
|
||||
'chromium_revision': '1728ddff937e0bfc42bba8f2b23a61f0ed99ed85',
|
||||
}
|
||||
|
||||
# NOTE: Prefer revision numbers to tags for svn deps. Use http rather than
|
||||
|
|
|
@ -123,6 +123,8 @@ def main(_):
|
|||
help="run the tests with --test-launcher-total-shards")
|
||||
parser.add_option("--test-launcher-shard-index", type=int,
|
||||
help="run the tests with --test-launcher-shard-index")
|
||||
parser.add_option("--drmemory_ops",
|
||||
help="extra options passed to Dr. Memory")
|
||||
options, args = parser.parse_args()
|
||||
|
||||
if options.verbose:
|
||||
|
|
Loading…
Reference in a new issue