| 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" ]
|
| + }
|
| +}
|
|
|