| Index: components/components_strings.gyp
|
| diff --git a/components/components_strings.gyp b/components/components_strings.gyp
|
| index ac7b47c400b2c1d84ebe4cd01baca843758c3a15..31789acc62b241d99a2a9a937deef95b9b63b375 100644
|
| --- a/components/components_strings.gyp
|
| +++ b/components/components_strings.gyp
|
| @@ -15,6 +15,7 @@
|
| # GN version: //components/strings:components_strings
|
| 'action_name': 'generate_components_strings',
|
| 'variables': {
|
| + 'grit_whitelist': '',
|
| 'grit_grd_file': 'components_strings.grd',
|
| },
|
| 'includes': [ '../build/grit_action.gypi' ],
|
| @@ -23,6 +24,7 @@
|
| # GN version: //components/strings:components_chromium_strings
|
| 'action_name': 'generate_components_chromium_strings',
|
| 'variables': {
|
| + 'grit_whitelist': '',
|
| 'grit_grd_file': 'components_chromium_strings.grd',
|
| },
|
| 'includes': [ '../build/grit_action.gypi' ],
|
| @@ -31,6 +33,7 @@
|
| # GN version: //components/strings:components_google_chrome_strings
|
| 'action_name': 'generate_components_google_chrome_strings',
|
| 'variables': {
|
| + 'grit_whitelist': '',
|
| 'grit_grd_file': 'components_google_chrome_strings.grd',
|
| },
|
| 'includes': [ '../build/grit_action.gypi' ],
|
|
|