Roll chromium_revision da9a1c0..4d63ee8 (321718:322012)
Add download of MSan instrumented libraries similar to
the hook in https://codereview.chromium.org/1019573003.
Relevant changes:
* src/third_party/libvpx: 00cf1b1..2c87306
Details: https://chromium.googlesource.com/chromium/src/+/da9a1c0..4d63ee8/DEPS
Clang version was not updated in this roll.
R=earthdok@chromium.org
TBR=pbos@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/47769004
Cr-Commit-Position: refs/heads/master@{#8854}
diff --git a/DEPS b/DEPS
index 4b880d5..4242ab0 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': 'da9a1c015467f96cb216822c92ce7ce255e97c92',
+ 'chromium_revision': '4d63ee8ca6807f481c0b7472580eb0c4c780149e',
}
# NOTE: Prefer revision numbers to tags for svn deps. Use http rather than
@@ -73,6 +73,15 @@
'action': ['python', 'src/setup_links.py'],
},
{
+ # Pull sanitizer-instrumented third-party libraries if requested via
+ # GYP_DEFINES. This could be done as part of sync_chromium.py above
+ # but then we would need to run all the Chromium hooks each time,
+ # which will slow things down a lot.
+ 'name': 'instrumented_libraries',
+ 'pattern': '\\.sha1',
+ 'action': ['python', 'src/third_party/instrumented_libraries/scripts/download_binaries.py'],
+ },
+ {
# Download test resources, i.e. video and audio files from Google Storage.
'pattern': '.',
'action': ['download_from_google_storage',