diff --git a/DEPS b/DEPS index e32ff15f16..4ba5e6827a 100644 --- a/DEPS +++ b/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 diff --git a/tools/valgrind-webrtc/webrtc_tests.py b/tools/valgrind-webrtc/webrtc_tests.py index aacf49782a..3550b3aff5 100755 --- a/tools/valgrind-webrtc/webrtc_tests.py +++ b/tools/valgrind-webrtc/webrtc_tests.py @@ -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: