Commit 5b9c230a authored by hjd's avatar hjd Committed by Commit bot

Roll AOSP DEPS to pick up media resource fix

Roll AOSP DEPS to 6ec46f2bd3243d042d9641d7f87863bc20f8c745
to fix a crash that could happen in AOSP when loading videos.

When we load a video we look for a resource
"ic_media_video_poster" we need to this via the wrapped
context otherwise we won't find it.

BUG=

Review URL: https://codereview.chromium.org/616543003

Cr-Commit-Position: refs/heads/master@{#297415}
parent 9f73252e
......@@ -471,7 +471,7 @@ deps_os = {
# Whenever you roll this please also change frameworks/webview in
# src/android_webview/buildbot/aosp_manifest.xml to point to the same revision.
'src/third_party/android_webview_glue/src':
Var('chromium_git') + '/external/android_webview_glue.git' + '@' + 'a1b0248c80f239e2f6476b9f395b27d0ba1eb3cd',
Var('chromium_git') + '/external/android_webview_glue.git' + '@' + '6ec46f2bd3243d042d9641d7f87863bc20f8c745',
'src/third_party/android_tools':
Var('chromium_git') + '/android_tools.git' + '@' + 'd2b86205ff973a3844020feacb35ca6b1d82efbe',
......
......@@ -8,7 +8,7 @@
<!-- Whenever you roll this please also change frameworks/webview in DEPS to point to the
same revision. -->
<project name="platform/frameworks/webview" path="frameworks/webview" revision="a1b0248c80f239e2f6476b9f395b27d0ba1eb3cd"/>
<project name="platform/frameworks/webview" path="frameworks/webview" revision="6ec46f2bd3243d042d9641d7f87863bc20f8c745"/>
<project groups="device,flo" name="device/asus/deb" revision="0ce3a783d549d023ddc553a04fed717ffb2ff533"/>
<project groups="device,flo" name="device/asus/flo" revision="55ea79b11f9f82b2aa03f44a3429112fc5c06d07"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment