diff options
author | hjd <hjd@chromium.org> | 2014-09-10 18:47:24 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-11 03:07:02 +0000 |
commit | ab54e01c7061196a90aac4d033cb0bd8b69c65ea (patch) | |
tree | f0bb77b6bc959ddfb88d8d26ea710bf0db5f36bb /DEPS | |
parent | 85d12eb757f3d699ee20701905c0bd3a800255f7 (diff) | |
download | chromium_src-ab54e01c7061196a90aac4d033cb0bd8b69c65ea.zip chromium_src-ab54e01c7061196a90aac4d033cb0bd8b69c65ea.tar.gz chromium_src-ab54e01c7061196a90aac4d033cb0bd8b69c65ea.tar.bz2 |
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}
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 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' + '@' + 'e73e669ac73b2ddc042e380cd784ba8bd39ebb95', + Var('chromium_git') + '/external/android_webview_glue.git' + '@' + '8dc9a9d1217f84a7f9b0554f22a826394eabc856', 'src/third_party/android_tools': Var('chromium_git') + '/android_tools.git' + '@' + '7fc902d157a9aed7a2b68adc9c69181b3a43cd58', |