Index: chrome/chrome_resources.gyp |
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp |
index 3195eb8d7cbab6793f4a7e68798765581063bcd5..98345787efd95c4363690a22b127e428a1f462e3 100644 |
--- a/chrome/chrome_resources.gyp |
+++ b/chrome/chrome_resources.gyp |
@@ -100,6 +100,13 @@ |
}, |
'includes': [ '../build/grit_action.gypi' ], |
}, |
+ { |
+ 'action_name': 'extensions_api_resources', |
+ 'variables': { |
+ 'grit_grd_file': 'common/extensions_api_resources.grd', |
+ }, |
+ 'includes': [ '../build/grit_action.gypi' ], |
+ } |
], |
'includes': [ '../build/grit_target.gypi' ], |
}, |