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

Unified Diff: ios/chrome/share_extension/strings/BUILD.gn

Issue 2014473004: [iOS/GN] Define targets to application extensions resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@{space-1}
Patch Set: Add reference to bug Created 4 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 | « ios/chrome/share_extension/BUILD.gn ('k') | ios/chrome/today_extension/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/share_extension/strings/BUILD.gn
diff --git a/ios/chrome/share_extension/strings/BUILD.gn b/ios/chrome/share_extension/strings/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..6c66a02246bf1abe4298ef3e6d3083b5db5f6b0d
--- /dev/null
+++ b/ios/chrome/share_extension/strings/BUILD.gn
@@ -0,0 +1,18 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//build/config/locales.gni")
+import("//tools/grit/grit_rule.gni")
+
+grit("strings") {
+ source = "ios_share_extension_strings.grd"
+ output_dir = "$root_gen_dir/ios/share_extension"
+ use_qualified_include = true
+ outputs = [
+ "grit/ios_share_extension_strings.h",
+ ]
+ foreach(locale, locales_with_fake_bidi) {
+ outputs += [ "ios_share_extension_strings_$locale.pak" ]
+ }
+}
« no previous file with comments | « ios/chrome/share_extension/BUILD.gn ('k') | ios/chrome/today_extension/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698