[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] | 2eb8bec | 2014-03-19 05:59:01 | [diff] [blame] | 8 | 'target_name': 'components_strings', |
[email protected] | ac773baf | 2013-05-14 18:36:00 | [diff] [blame] | 9 | 'type': 'none', |
[email protected] | 7882985 | 2014-05-13 19:02:18 | [diff] [blame^] | 10 | 'variables': { |
| 11 | 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/components/strings', |
| 12 | }, |
[email protected] | ac773baf | 2013-05-14 18:36:00 | [diff] [blame] | 13 | 'actions': [ |
| 14 | { |
[email protected] | 2eb8bec | 2014-03-19 05:59:01 | [diff] [blame] | 15 | 'action_name': 'generate_components_strings', |
[email protected] | ac773baf | 2013-05-14 18:36:00 | [diff] [blame] | 16 | 'variables': { |
[email protected] | 2eb8bec | 2014-03-19 05:59:01 | [diff] [blame] | 17 | 'grit_grd_file': 'components_strings.grd', |
[email protected] | ac773baf | 2013-05-14 18:36:00 | [diff] [blame] | 18 | }, |
| 19 | 'includes': [ '../build/grit_action.gypi' ], |
| 20 | }, |
| 21 | ], |
[email protected] | 7882985 | 2014-05-13 19:02:18 | [diff] [blame^] | 22 | 'includes': [ '../build/grit_target.gypi' ], |
[email protected] | d1ad51c | 2013-12-10 18:13:46 | [diff] [blame] | 23 | 'hard_dependency': 1, |
[email protected] | ac773baf | 2013-05-14 18:36:00 | [diff] [blame] | 24 | }, |
| 25 | ], |
| 26 | } |