blob: 1373f2e7fb02b2056bd651180d7bec08e55f313b [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]797b25042014-07-01 23:54:178 # GN version: //components/strings
[email protected]2eb8bec2014-03-19 05:59:019 'target_name': 'components_strings',
[email protected]ac773baf2013-05-14 18:36:0010 'type': 'none',
[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 {
[email protected]2eb8bec2014-03-19 05:59:0116 'action_name': 'generate_components_strings',
[email protected]ac773baf2013-05-14 18:36:0017 'variables': {
[email protected]2eb8bec2014-03-19 05:59:0118 'grit_grd_file': 'components_strings.grd',
[email protected]ac773baf2013-05-14 18:36:0019 },
20 'includes': [ '../build/grit_action.gypi' ],
21 },
22 ],
[email protected]78829852014-05-13 19:02:1823 'includes': [ '../build/grit_target.gypi' ],
[email protected]ac773baf2013-05-14 18:36:0024 },
25 ],
26}