| Index: chrome/chrome_resources.gyp
|
| diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
|
| index 3eccfa0c3f79a7850db5edf99a91e29af95d89e6..59b614345b2d75445a8bd74185ffe37c5c6146df 100644
|
| --- a/chrome/chrome_resources.gyp
|
| +++ b/chrome/chrome_resources.gyp
|
| @@ -39,6 +39,13 @@
|
| 'includes': [ '../build/grit_action.gypi' ],
|
| },
|
| {
|
| + 'action_name': 'options2_resources',
|
| + 'variables': {
|
| + 'grit_grd_file': 'browser/resources/options2_resources.grd',
|
| + },
|
| + 'includes': [ '../build/grit_action.gypi' ],
|
| + },
|
| + {
|
| 'action_name': 'quota_internals_resources',
|
| 'variables': {
|
| 'grit_grd_file': 'browser/resources/quota_internals_resources.grd',
|
|
|