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

Unified Diff: android_webview/test/BUILD.gn

Issue 2406093002: Fix monochrome not booting issue (Closed)
Patch Set: 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
Index: android_webview/test/BUILD.gn
diff --git a/android_webview/test/BUILD.gn b/android_webview/test/BUILD.gn
index 00db3efb3dd3fe0e3e6060979b8e66449f1449f1..93c3e9edfcecbe973292fc091ecbd0252cd9fff6 100644
--- a/android_webview/test/BUILD.gn
+++ b/android_webview/test/BUILD.gn
@@ -20,7 +20,6 @@ android_apk("android_webview_apk") {
":android_webview_apk_assets",
":android_webview_apk_resources",
"//android_webview:android_webview_java",
- "//android_webview:locale_pak_assets",
"//base:base_java",
"//base:base_java_test_support",
"//components/policy/android:policy_java_test_support",
@@ -52,6 +51,8 @@ android_apk("android_webview_apk") {
_native_lib_file =
rebase_path("$root_gen_dir/CHROME_VERSION.json", root_build_dir)
native_lib_version_arg = "@FileArg($_native_lib_file:full-quoted)"
+
+ extensions_to_not_compress = ".dat,.bin,.pak,.lpak"
}
android_resources("android_webview_apk_resources") {

Powered by Google App Engine
This is Rietveld 408576698