From ab54e01c7061196a90aac4d033cb0bd8b69c65ea Mon Sep 17 00:00:00 2001 From: hjd Date: Wed, 10 Sep 2014 18:47:24 -0700 Subject: [PATCH] Roll android_webview_glue to android_manifest Get the android_webview_glue DEPS entry back in sync with the aosp_manifest.xml. BUG= Review URL: https://codereview.chromium.org/560023003 Cr-Commit-Position: refs/heads/master@{#294289} --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index ba228fe626b0..4617af264ff2 100644 --- a/DEPS +++ b/DEPS @@ -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' + '@' + 'e73e669ac73b2ddc042e380cd784ba8bd39ebb95', + Var('chromium_git') + '/external/android_webview_glue.git' + '@' + '8dc9a9d1217f84a7f9b0554f22a826394eabc856', 'src/third_party/android_tools': Var('chromium_git') + '/android_tools.git' + '@' + '7fc902d157a9aed7a2b68adc9c69181b3a43cd58', -- 2.11.4.GIT