Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / DEPS
index b4ab256..b603eef 100644 (file)
@@ -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",
+  ],
+}