Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1110)

Unified Diff: android_webview/BUILD.gn

Issue 2371843002: Reland of Move language pak files to assets. (Closed)
Patch Set: Fix ContentShell context setPrivateDataPrefix that was breaking tests Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | android_webview/glue/java/src/com/android/webview/chromium/WebViewChromiumFactoryProvider.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/BUILD.gn
diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn
index cb4cc43832f406a5ab8ad4c4dff854156badc7de..0d375c27a6f2f794a8adb25d2427c201ddccc385 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -53,7 +53,8 @@ webview_repack_locales("repack_locales") {
}
}
-locale_pak_resources("locale_paks") {
+android_assets("locale_pak_assets") {
+ disable_compression = true
sources = []
foreach(_locale, locales) {
sources += [ "$root_out_dir/android_webview/locales/$_locale.pak" ]
@@ -135,6 +136,7 @@ android_assets("monochrome_webview_assets") {
android_assets("assets") {
deps = [
+ ":locale_pak_assets",
":monochrome_webview_assets",
":pak_file_assets",
]
@@ -164,7 +166,6 @@ android_resources("resources") {
resource_dirs = [ "java/res" ]
custom_package = "org.chromium.android_webview"
deps = [
- ":locale_paks",
":strings_grd",
]
}
« no previous file with comments | « no previous file | android_webview/glue/java/src/com/android/webview/chromium/WebViewChromiumFactoryProvider.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698