[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', |
droger | d5b7b50 | 2016-01-21 13:28:07 | [diff] [blame] | 10 | 'hard_dependency': 1, |
[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 | { |
sdefresne | b87a3c7b | 2015-09-02 11:50:48 | [diff] [blame] | 16 | # GN version: //components/strings:components_strings |
[email protected] | 2eb8bec | 2014-03-19 05:59:01 | [diff] [blame] | 17 | 'action_name': 'generate_components_strings', |
[email protected] | ac773baf | 2013-05-14 18:36:00 | [diff] [blame] | 18 | 'variables': { |
[email protected] | 2eb8bec | 2014-03-19 05:59:01 | [diff] [blame] | 19 | 'grit_grd_file': 'components_strings.grd', |
[email protected] | ac773baf | 2013-05-14 18:36:00 | [diff] [blame] | 20 | }, |
| 21 | 'includes': [ '../build/grit_action.gypi' ], |
| 22 | }, |
sdefresne | b87a3c7b | 2015-09-02 11:50:48 | [diff] [blame] | 23 | { |
| 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 | }, |
sdefresne | 7807dc30 | 2016-02-11 20:00:28 | [diff] [blame] | 39 | { |
| 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] | ac773baf | 2013-05-14 18:36:00 | [diff] [blame] | 47 | ], |
[email protected] | 7882985 | 2014-05-13 19:02:18 | [diff] [blame] | 48 | 'includes': [ '../build/grit_target.gypi' ], |
[email protected] | ac773baf | 2013-05-14 18:36:00 | [diff] [blame] | 49 | }, |
| 50 | ], |
| 51 | } |