aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2016-09-20 11:59:50 +0100
committerTorne (Richard Coles) <torne@google.com>2016-09-21 11:15:37 +0100
commit591955fd5cf8b7cda005d38f5e46c543005c4493 (patch)
tree821ba50e2a3168bb8fd08202408d092f87882e2f
parenta9031c91c9a428f18bdd9e52429a31484976fc54 (diff)
downloadchromium-webview-591955fd5cf8b7cda005d38f5e46c543005c4493.tar.gz
WebView AOSP Integration Request - 52.0.2743.100
versionCode: 2756100 versionName: 52.0.2743.100 gs://chrome-unsigned/android-B0urB0N/52.0.2743.100/* Compiled against API24. Suitable for public release. Bug: 31217937 Change-Id: Ie8afabe43486025e2a56d8c2e78d643963d7b532 (cherry picked from commit 19f2bca679cd9159965bbe6845f5c23a17ab314f)
-rw-r--r--README21
-rw-r--r--prebuilt/arm/webview.apkbin26179635 -> 29995238 bytes
-rw-r--r--prebuilt/arm64/webview.apkbin46550475 -> 54830088 bytes
-rw-r--r--prebuilt/mips/webview.apkbin31001569 -> 36002783 bytes
-rw-r--r--prebuilt/x86/webview.apkbin29371358 -> 33968574 bytes
-rw-r--r--prebuilt/x86_64/webview.apkbin49994230 -> 58761042 bytes
6 files changed, 15 insertions, 6 deletions
diff --git a/README b/README
index 57d6286..febe77c 100644
--- a/README
+++ b/README
@@ -7,17 +7,26 @@ https://www.chromium.org/developers/how-tos/build-instructions-android-webview
------
The prebuilt libwebviewchromium.so included in these APKs is built from Chromium
-release tag 44.0.2403.114. To match our build settings, set:
+release tag 52.0.2743.100, using the GN build tool (not the older GYP tool). To match our build settings, set:
-GYP_DEFINES="OS=android release_unwind_tables=0 buildtype=Official chrome_build_id='2e7c7a0f-c733-4b9a-9c8e-d3cf0938369b'"
+target_os="android"
+is_debug=false
+is_official_build=true
+is_chrome_branded=false
+use_official_google_api_keys=false
+exclude_unwind_tables=true
+enable_resource_whitelist_generation=true
+ffmpeg_branding="Chrome"
+proprietary_codecs=true
+enable_remoting=true
-in your environment before running build/gyp_chromium.
+in your GN argument file before building.
------
-Due to WebView API changes in the M release, the Java code in the Chromium 2403
-branch is not compatible with M. We'll be working on upstreaming the M-specific
-Java changes to Chromium once the final M SDK is released.
+Due to WebView API changes in the N release, the Java code in the Chromium 2743_91
+branch is not compatible with N. We'll be working on upstreaming the N-specific
+Java changes to Chromium once the final N SDK is released.
------
diff --git a/prebuilt/arm/webview.apk b/prebuilt/arm/webview.apk
index 0c9d6cd..fe763b1 100644
--- a/prebuilt/arm/webview.apk
+++ b/prebuilt/arm/webview.apk
Binary files differ
diff --git a/prebuilt/arm64/webview.apk b/prebuilt/arm64/webview.apk
index 6771698..e7c8639 100644
--- a/prebuilt/arm64/webview.apk
+++ b/prebuilt/arm64/webview.apk
Binary files differ
diff --git a/prebuilt/mips/webview.apk b/prebuilt/mips/webview.apk
index b3702be..750ca6a 100644
--- a/prebuilt/mips/webview.apk
+++ b/prebuilt/mips/webview.apk
Binary files differ
diff --git a/prebuilt/x86/webview.apk b/prebuilt/x86/webview.apk
index f6463ad..bc9fea0 100644
--- a/prebuilt/x86/webview.apk
+++ b/prebuilt/x86/webview.apk
Binary files differ
diff --git a/prebuilt/x86_64/webview.apk b/prebuilt/x86_64/webview.apk
index 105b64c..b0d4e10 100644
--- a/prebuilt/x86_64/webview.apk
+++ b/prebuilt/x86_64/webview.apk
Binary files differ