| Index: chrome/chrome.gyp
 | 
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
 | 
| index b7fb3896351649e2455ee6e49e547b67623c6036..9c1c272f77ed8cfa0619c6aeaa994e8653bed4ab 100644
 | 
| --- a/chrome/chrome.gyp
 | 
| +++ b/chrome/chrome.gyp
 | 
| @@ -315,6 +315,13 @@
 | 
|            'includes': [ '../build/grit_action.gypi' ],
 | 
|          },
 | 
|          {
 | 
| +          'action_name': 'quota_internals_resources',
 | 
| +          'variables': {
 | 
| +            'grit_grd_file': 'browser/resources/quota_internals_resources.grd',
 | 
| +          },
 | 
| +          'includes': [ '../build/grit_action.gypi' ],
 | 
| +        },
 | 
| +        {
 | 
|            'action_name': 'shared_resources',
 | 
|            'variables': {
 | 
|              'grit_grd_file': 'browser/resources/shared_resources.grd',
 | 
| @@ -1242,6 +1249,7 @@
 | 
|                    '<(grit_out_dir)/devtools_resources.pak',
 | 
|                    '<(grit_out_dir)/options_resources.pak',
 | 
|                    '<(grit_out_dir)/net_internals_resources.pak',
 | 
| +                  '<(grit_out_dir)/quota_internals_resources.pak',
 | 
|                    '<(grit_out_dir)/shared_resources.pak',
 | 
|                    '<(grit_out_dir)/sync_internals_resources.pak',
 | 
|                  ],
 | 
| 
 |