Revert of [android_webview] Move the glue layer into android_webview/glue (patchset...
commita2d2b89102c752a1a4720f48821582abf0bdc72d
authortdresser <tdresser@chromium.org>
Wed, 10 Dec 2014 19:49:28 +0000 (10 11:49 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 10 Dec 2014 19:50:12 +0000 (10 19:50 +0000)
treeaa5adff1bdd6269c1a9a8367ad6b437416a525e4
parentd8590e28fd83b265559479164499767f2f852b53
Revert of [android_webview] Move the glue layer into android_webview/glue (patchset #1 id:1 of https://codereview.chromium.org/784973004/)

Reason for revert:
Causing failures in Linux perf bots.

See
https://code.google.com/p/chromium/issues/detail?id=440895 for details.

Original issue's description:
> [android_webview] Move the glue layer into android_webview/glue
>
> This checks in a copy of the WebView glue layer from master-chromium
> at revision d519b07bd3cb09b571689b00250cb5de977b4dfc.
> Changes to make the code adhere to the style guide, fix up warnigns
> and actually switch over to this from the copy in third_party will
> be made as subsequent CLs.
>
> BUG=440792
> TEST=None
> R=torne@chromium.org
>
> Committed: https://chromium.googlesource.com/chromium/src/+/d6d785aa0b13b649dfa27b1707ea93b9553640c9

TBR=torne@chromium.org,mkosiba@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=440792

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

Cr-Commit-Position: refs/heads/master@{#307744}
18 files changed:
android_webview/glue/java/src/com/android/webview/chromium/ContentSettingsAdapter.java [deleted file]
android_webview/glue/java/src/com/android/webview/chromium/CookieManagerAdapter.java [deleted file]
android_webview/glue/java/src/com/android/webview/chromium/DrawGLFunctor.java [deleted file]
android_webview/glue/java/src/com/android/webview/chromium/FileChooserParamsAdapter.java [deleted file]
android_webview/glue/java/src/com/android/webview/chromium/GeolocationPermissionsAdapter.java [deleted file]
android_webview/glue/java/src/com/android/webview/chromium/GraphicsUtils.java [deleted file]
android_webview/glue/java/src/com/android/webview/chromium/ResourceRewriter.java [deleted file]
android_webview/glue/java/src/com/android/webview/chromium/ResourcesContextWrapperFactory.java [deleted file]
android_webview/glue/java/src/com/android/webview/chromium/UnimplementedWebViewApi.java [deleted file]
android_webview/glue/java/src/com/android/webview/chromium/WebBackForwardListChromium.java [deleted file]
android_webview/glue/java/src/com/android/webview/chromium/WebHistoryItemChromium.java [deleted file]
android_webview/glue/java/src/com/android/webview/chromium/WebIconDatabaseAdapter.java [deleted file]
android_webview/glue/java/src/com/android/webview/chromium/WebStorageAdapter.java [deleted file]
android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java [deleted file]
android_webview/glue/java/src/com/android/webview/chromium/WebViewChromiumFactoryProvider.java [deleted file]
android_webview/glue/java/src/com/android/webview/chromium/WebViewContentsClientAdapter.java [deleted file]
android_webview/glue/java/src/com/android/webview/chromium/WebViewDatabaseAdapter.java [deleted file]
android_webview/glue/java/src/com/android/webview/chromium/WebViewDelegateFactory.java [deleted file]