| # Copyright 2014 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("//extensions/buildflags/buildflags.gni") |
| import("//tools/grit/grit_rule.gni") |
| |
| assert(enable_extensions) |
| |
| grit("strings") { |
| source = "extensions_strings.grd" |
| outputs = |
| [ "grit/extensions_strings.h" ] + |
| process_file_template(locales_with_pseudolocales, |
| [ "extensions_strings_{{source_name_part}}.pak" ]) |
| } |