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

Unified Diff: android_webview/BUILD.gn

Issue 2894763002: Revert of Separate WebView's locale paks from Chrome's locale paks (Closed)
Patch Set: Created 3 years, 7 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 | chrome/android/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 6b2cfdee2a9e5a554e8267c4c740ef199c7c8d44..cb2c49d3e351916b3a37dc917463752e5e4674a6 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -112,11 +112,9 @@
android_assets("locale_pak_assets") {
disable_compression = true
- renaming_sources = []
- renaming_destinations = []
+ sources = []
foreach(_locale, locales) {
- renaming_sources += [ "$root_out_dir/android_webview/locales/$_locale.pak" ]
- renaming_destinations += [ "stored-locales/$_locale.pak" ]
+ sources += [ "$root_out_dir/android_webview/locales/$_locale.pak" ]
}
deps = [
":repack_locales",
« no previous file with comments | « no previous file | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698