diff options
Diffstat (limited to 'chrome/chrome_resources.gyp')
-rw-r--r-- | chrome/chrome_resources.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp index 3eccfa0..59b6143 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', |