| Index: chrome/browser/extensions/DEPS
|
| diff --git a/chrome/browser/extensions/DEPS b/chrome/browser/extensions/DEPS
|
| index b4ab25623d1bad34097d8e2a38038d861a55ad49..b603eeff664203a2d8182e75c8d3872fb50aeae4 100644
|
| --- a/chrome/browser/extensions/DEPS
|
| +++ b/chrome/browser/extensions/DEPS
|
| @@ -16,3 +16,11 @@ include_rules = [
|
| # For access to testing command line switches.
|
| "+ppapi/shared_impl",
|
| ]
|
| +
|
| +specific_include_rules = {
|
| + # The extensions client interface is the master arbiter of which
|
| + # API functions exist, so it needs to know about app APIs.
|
| + "chrome_extensions_browser_client\.cc": [
|
| + "+apps/common/api/generated_api.h",
|
| + ],
|
| +}
|
|
|