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

Unified Diff: ios/showcase/core/resources/BUILD.gn

Issue 2770053002: Add resource strings to Showcase (Closed)
Patch Set: Created 3 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/showcase/core/resources/BUILD.gn
diff --git a/ios/showcase/core/resources/BUILD.gn b/ios/showcase/core/resources/BUILD.gn
index 5614cdadc8e305d223b31423448e15965aa76ff5..62cbe01cbc82b7da384a80156349d5d870065952 100644
--- a/ios/showcase/core/resources/BUILD.gn
+++ b/ios/showcase/core/resources/BUILD.gn
@@ -3,11 +3,14 @@
# found in the LICENSE file.
import("//build/config/ios/rules.gni")
+import("//build/config/locales.gni")
+import("//ios/chrome/app/resources/ios_chrome_repack.gni")
group("resources") {
public_deps = [
":icons",
":launchscreen_xib",
+ ":repack_locales",
]
}
@@ -31,3 +34,9 @@ bundle_data("icons") {
"{{bundle_resources_dir}}/{{source_file_part}}",
]
}
+
+ios_chrome_repack_locales("repack_locales") {
+ visibility = [ ":resources" ]
+ input_locales = ios_packed_locales
+ output_locales = ios_packed_locales_as_mac_outputs
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698