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

Unified Diff: android_webview/webview_repack_locales.gni

Issue 1890203002: Implement Web Restrictions in WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/webview_repack_locales.gni
diff --git a/android_webview/webview_repack_locales.gni b/android_webview/webview_repack_locales.gni
index c739c122b0715fb1c2fa97de4b7ca6ce0b3d61bc..579af3d12663489dc9f85cf11a78bda761ba78fe 100644
--- a/android_webview/webview_repack_locales.gni
+++ b/android_webview/webview_repack_locales.gni
@@ -31,11 +31,13 @@ template("_repack_one_locale") {
"${root_gen_dir}/android_webview/aw_strings_${locale}.pak",
"${root_gen_dir}/android_webview/components_strings_${locale}.pak",
"${root_gen_dir}/content/app/strings/content_strings_${locale}.pak",
+ "${root_gen_dir}/ui/strings/app_locale_settings_${locale}.pak",
]
deps = [
"//android_webview:generate_aw_strings",
"//android_webview:generate_components_strings",
"//content/app/strings",
+ "//ui/strings:app_locale_settings",
]
output = invoker.output
}

Powered by Google App Engine
This is Rietveld 408576698