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

Unified Diff: ios/chrome/today_extension/BUILD.gn

Issue 2339783002: Reland of 🍵 Refactor the various locale_paks() templates to be more shared (Closed)
Patch Set: deps += -> deps = 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
Index: ios/chrome/today_extension/BUILD.gn
diff --git a/ios/chrome/today_extension/BUILD.gn b/ios/chrome/today_extension/BUILD.gn
index ffa17a9af7a3dc89cff0267e81e0df21f23a7a7b..88d5c68f1bf17ea8eabfd6ecc7ea60a96ce8654f 100644
--- a/ios/chrome/today_extension/BUILD.gn
+++ b/ios/chrome/today_extension/BUILD.gn
@@ -15,4 +15,5 @@ extension_repack_all_locales("packed_resources") {
extension = "today_extension"
input_locales = ios_packed_locales
output_locales = ios_packed_locales_as_mac_outputs
+ copy_data_to_bundle = true
}

Powered by Google App Engine
This is Rietveld 408576698