Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1204)

Unified Diff: chrome/common/extensions/DEPS

Issue 217533006: Introduce apps API target in //apps and move app.runtime API into it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix dependencies (app-runtime-move) Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/DEPS
diff --git a/chrome/common/extensions/DEPS b/chrome/common/extensions/DEPS
index cce9b4db124f7669db34e0f384d51f90835fef5d..cf4620fa5d070d505e37aaaa14d3768722d60009 100644
--- a/chrome/common/extensions/DEPS
+++ b/chrome/common/extensions/DEPS
@@ -6,3 +6,11 @@ include_rules = [
"+ppapi/c", # For various types.
"+skia",
]
+
+specific_include_rules = {
+ # The extensions client interface is the master arbiter of which
+ # API schemas exist, so it needs to know about app APIs.
+ "chrome_extensions_client\.cc": [
+ "+apps/common/api/generated_schemas.h",
+ ],
+}
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698