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

Unified Diff: android_webview/BUILD.gn

Issue 2369683002: Revert of Move language pak files to assets. (Closed)
Patch Set: Created 4 years, 3 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/BUILD.gn » ('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 71e0e76fac6857f0a2e5dc6b1c92b0209c9dd4be..3ef9827564cf4e2c263efb89885ac196e3fe5695 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -53,8 +53,7 @@
}
}
-locale_pak_assets("locale_pak") {
- disable_compression = true
+locale_pak_resources("locale_paks") {
sources = [
"$root_out_dir/android_webview/locales/am.pak",
"$root_out_dir/android_webview/locales/ar.pak",
@@ -187,7 +186,6 @@
android_assets("assets") {
deps = [
- ":locale_pak_assets",
":monochrome_webview_assets",
":pak_file_assets",
]
@@ -217,6 +215,7 @@
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/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698