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

Unified Diff: build/config/android/rules.gni

Issue 1452893002: GN WebView: make system_webview_apk work (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove chromium_code Created 5 years, 1 month 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 | « android_webview/system_webview_apk_tmpl.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index 090f55700ca812a3d4c02daf497d0d76a60a739d..fab727c2cac1247d7d65ac8062c092e85d26d12f 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1385,7 +1385,11 @@ template("android_apk") {
_generated_proguard_config = "$base_path.resources.proguard.txt"
process_resources_target = "${_template_name}__process_resources"
process_resources(process_resources_target) {
- forward_variables_from(invoker, [ "include_all_resources" ])
+ forward_variables_from(invoker,
+ [
+ "include_all_resources",
+ "shared_resources",
+ ])
srcjar_path = "${target_gen_dir}/${target_name}.srcjar"
r_text_path = "${target_gen_dir}/${target_name}_R.txt"
android_manifest = _android_manifest
@@ -1617,6 +1621,7 @@ template("android_apk") {
"deps",
"extensions_to_not_compress",
"language_splits",
+ "shared_resources",
])
apk_path = _final_apk_path
android_manifest = _android_manifest
« no previous file with comments | « android_webview/system_webview_apk_tmpl.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698