diff options
author | hjd <hjd@chromium.org> | 2014-09-09 04:44:02 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-09 11:51:25 +0000 |
commit | aefb27936dcf9694777440b8a2752b3c12300520 (patch) | |
tree | 686913cdc572c4d648fb31c2a650cbfc129edf52 /.gitignore | |
parent | b73e07836a96661fdf6d599d0f73f4486c603dcb (diff) | |
download | chromium_src-aefb27936dcf9694777440b8a2752b3c12300520.zip chromium_src-aefb27936dcf9694777440b8a2752b3c12300520.tar.gz chromium_src-aefb27936dcf9694777440b8a2752b3c12300520.tar.bz2 |
Make 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
Review URL: https://codereview.chromium.org/477903003
Cr-Commit-Position: refs/heads/master@{#293921}
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -218,6 +218,7 @@ v8.log /third_party/android_protobuf/src /third_party/android_tools/ /third_party/android_tools_internal/ +/third_party/android_webview_glue/src /third_party/angle /third_party/angle_dx11 /third_party/aosp |