| Index: trunk/src/extensions/DEPS
|
| ===================================================================
|
| --- trunk/src/extensions/DEPS (revision 274563)
|
| +++ trunk/src/extensions/DEPS (working copy)
|
| @@ -2,7 +2,6 @@
|
| "+components/url_matcher",
|
| "+content/public/common",
|
| "+crypto",
|
| - "+grit/extensions_renderer_resources.h",
|
| "+grit/extensions_resources.h",
|
| "+testing",
|
| "+ui",
|
| @@ -14,6 +13,9 @@
|
| #
|
| # TODO(jamescook): Remove these. http://crbug.com/162530
|
| "!chrome/browser/chrome_notification_types.h",
|
| + # This is needed for renderer JS sources which should eventually move to
|
| + # the extensions_resources target.
|
| + "!grit/renderer_resources.h",
|
| ]
|
|
|
| specific_include_rules = {
|
|
|