blob: e73a24b40cc66d6418881c784968af1676ec3fbf [file] [log] [blame]
[email protected]2eb8bec2014-03-19 05:59:011# Copyright 2014 The Chromium Authors. All rights reserved.
[email protected]ac773baf2013-05-14 18:36:002# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
[email protected]ac773baf2013-05-14 18:36:006 'targets': [
7 {
[email protected]2eb8bec2014-03-19 05:59:018 'target_name': 'components_strings',
[email protected]ac773baf2013-05-14 18:36:009 'type': 'none',
drogerd5b7b502016-01-21 13:28:0710 'hard_dependency': 1,
[email protected]78829852014-05-13 19:02:1811 'variables': {
12 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/components/strings',
13 },
[email protected]ac773baf2013-05-14 18:36:0014 'actions': [
15 {
sdefresneb87a3c7b2015-09-02 11:50:4816 # GN version: //components/strings:components_strings
[email protected]2eb8bec2014-03-19 05:59:0117 'action_name': 'generate_components_strings',
[email protected]ac773baf2013-05-14 18:36:0018 'variables': {
[email protected]2eb8bec2014-03-19 05:59:0119 'grit_grd_file': 'components_strings.grd',
[email protected]ac773baf2013-05-14 18:36:0020 },
21 'includes': [ '../build/grit_action.gypi' ],
22 },
sdefresneb87a3c7b2015-09-02 11:50:4823 {
24 # GN version: //components/strings:components_chromium_strings
25 'action_name': 'generate_components_chromium_strings',
26 'variables': {
27 'grit_grd_file': 'components_chromium_strings.grd',
28 },
29 'includes': [ '../build/grit_action.gypi' ],
30 },
31 {
32 # GN version: //components/strings:components_google_chrome_strings
33 'action_name': 'generate_components_google_chrome_strings',
34 'variables': {
35 'grit_grd_file': 'components_google_chrome_strings.grd',
36 },
37 'includes': [ '../build/grit_action.gypi' ],
38 },
sdefresne7807dc302016-02-11 20:00:2839 {
40 # GN version: //components/strings:components_locale_settings
41 'action_name': 'generate_components_locale_settings',
42 'variables': {
43 'grit_grd_file': 'components_locale_settings.grd',
44 },
45 'includes': [ '../build/grit_action.gypi' ],
46 },
[email protected]ac773baf2013-05-14 18:36:0047 ],
[email protected]78829852014-05-13 19:02:1848 'includes': [ '../build/grit_target.gypi' ],
[email protected]ac773baf2013-05-14 18:36:0049 },
50 ],
51}