| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 27e71b099b7e4e597ff1cc87f07f26526460ee68..75c91ead39ea5a855f6f244f7aabfd16714a91ef 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -318,6 +318,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',
|
| @@ -1244,6 +1251,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',
|
| ],
|
|
|