diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | android_webview/buildbot/aosp_manifest.xml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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' + '@' + '60e4952d02f2bfa3f0705043b792c01f79ffbfa6', + Var('chromium_git') + '/external/android_webview_glue.git' + '@' + 'a1b0248c80f239e2f6476b9f395b27d0ba1eb3cd', 'src/third_party/android_tools': Var('chromium_git') + '/android_tools.git' + '@' + 'd2b86205ff973a3844020feacb35ca6b1d82efbe', diff --git a/android_webview/buildbot/aosp_manifest.xml b/android_webview/buildbot/aosp_manifest.xml index 4c22fbe..e4fabd7 100644 --- a/android_webview/buildbot/aosp_manifest.xml +++ b/android_webview/buildbot/aosp_manifest.xml @@ -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="60e4952d02f2bfa3f0705043b792c01f79ffbfa6"/> + <project name="platform/frameworks/webview" path="frameworks/webview" revision="a1b0248c80f239e2f6476b9f395b27d0ba1eb3cd"/> <project groups="device,flo" name="device/asus/deb" revision="0ce3a783d549d023ddc553a04fed717ffb2ff533"/> <project groups="device,flo" name="device/asus/flo" revision="55ea79b11f9f82b2aa03f44a3429112fc5c06d07"/> |