blob: facf651dbb91f067178ec189c016879643d52db9 [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',
[email protected]78829852014-05-13 19:02:1810 'variables': {
11 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/components/strings',
12 },
[email protected]ac773baf2013-05-14 18:36:0013 'actions': [
14 {
[email protected]2eb8bec2014-03-19 05:59:0115 'action_name': 'generate_components_strings',
[email protected]ac773baf2013-05-14 18:36:0016 'variables': {
[email protected]2eb8bec2014-03-19 05:59:0117 'grit_grd_file': 'components_strings.grd',
[email protected]ac773baf2013-05-14 18:36:0018 },
19 'includes': [ '../build/grit_action.gypi' ],
20 },
21 ],
[email protected]78829852014-05-13 19:02:1822 'includes': [ '../build/grit_target.gypi' ],
[email protected]d1ad51c2013-12-10 18:13:4623 'hard_dependency': 1,
[email protected]ac773baf2013-05-14 18:36:0024 },
25 ],
26}