| Index: chrome/chrome_resources.gyp
|
| diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
|
| index bf21b16f69db0b8c27b249592211cf3381d6a55f..d7e8917bc4f3946ea0a54394ce5741c4b13bc7d5 100644
|
| --- a/chrome/chrome_resources.gyp
|
| +++ b/chrome/chrome_resources.gyp
|
| @@ -98,6 +98,14 @@
|
| },
|
| 'includes': [ '../build/grit_action.gypi' ],
|
| },
|
| + {
|
| + # GN version: //chrome/browser/resources:policy_resources
|
| + 'action_name': 'generate_policy_resources',
|
| + 'variables': {
|
| + 'grit_grd_file': 'browser/resources/md_policy/policy_resources.grd',
|
| + },
|
| + 'includes': [ '../build/grit_action.gypi' ],
|
| + },
|
| ],
|
| 'copies': [
|
| {
|
|
|