[email protected] | 2eb8bec | 2014-03-19 05:59:01 | [diff] [blame] | 1 | # Copyright 2014 The Chromium Authors. All rights reserved. |
[email protected] | ac773baf | 2013-05-14 18:36:00 | [diff] [blame] | 2 | # 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] | ac773baf | 2013-05-14 18:36:00 | [diff] [blame] | 6 | 'targets': [ |
| 7 | { |
[email protected] | 797b2504 | 2014-07-01 23:54:17 | [diff] [blame] | 8 | # GN version: //components/strings |
[email protected] | 2eb8bec | 2014-03-19 05:59:01 | [diff] [blame] | 9 | 'target_name': 'components_strings', |
[email protected] | ac773baf | 2013-05-14 18:36:00 | [diff] [blame] | 10 | 'type': 'none', |
[email protected] | 7882985 | 2014-05-13 19:02:18 | [diff] [blame] | 11 | 'variables': { |
| 12 | 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/components/strings', |
| 13 | }, |
[email protected] | ac773baf | 2013-05-14 18:36:00 | [diff] [blame] | 14 | 'actions': [ |
| 15 | { |
[email protected] | 2eb8bec | 2014-03-19 05:59:01 | [diff] [blame] | 16 | 'action_name': 'generate_components_strings', |
[email protected] | ac773baf | 2013-05-14 18:36:00 | [diff] [blame] | 17 | 'variables': { |
[email protected] | 2eb8bec | 2014-03-19 05:59:01 | [diff] [blame] | 18 | 'grit_grd_file': 'components_strings.grd', |
[email protected] | ac773baf | 2013-05-14 18:36:00 | [diff] [blame] | 19 | }, |
| 20 | 'includes': [ '../build/grit_action.gypi' ], |
| 21 | }, |
| 22 | ], |
[email protected] | 7882985 | 2014-05-13 19:02:18 | [diff] [blame] | 23 | 'includes': [ '../build/grit_target.gypi' ], |
[email protected] | ac773baf | 2013-05-14 18:36:00 | [diff] [blame] | 24 | }, |
| 25 | ], |
| 26 | } |