DescriptionMake the WebView apk build in the Chrome tree
We checkout the Android WebView glue layer (frameworks/webview)
into a new third_party directory (android_webview_glue)
which is checked out via gclient.
This is built against a jar containing frameworks/base
(in android_platform/webview/frameworks.jar).
We have to work around a few other issues:
- Change build/java_apk.gypi to bypass the hardcoded
'src' path.
- Move libwebviewchromium to an include so we can make both
the prefixed and un-prefixed version in the same build.
BUG=391488
R=mkosiba@chromium.org
Committed: https://crrev.com/aefb27936dcf9694777440b8a2752b3c12300520
Cr-Commit-Position: refs/heads/master@{#293921}
Patch Set 1 #
Total comments: 6
Patch Set 2 : Update apk name. #Patch Set 3 : Change package_name #
Total comments: 1
Patch Set 4 : Added bug to todo #Patch Set 5 : Fix some indentation in libwebviewchromium.gypi #Patch Set 6 : Update path in Android.mk #Patch Set 7 : Rebase. #Patch Set 8 : Rebase? #Patch Set 9 : Update DEPS for glue layer #Patch Set 10 : Move glue to third_party #
Total comments: 2
Patch Set 11 : Remove dead gitignore and fix gyp file #Patch Set 12 : Set app version. #Patch Set 13 : Update DEPS #
Messages
Total messages: 31 (3 generated)
|