Index: trunk/src/chrome/browser/common/DEPS |
=================================================================== |
--- trunk/src/chrome/browser/common/DEPS (revision 202747) |
+++ trunk/src/chrome/browser/common/DEPS (working copy) |
@@ -1,6 +1,7 @@ |
include_rules = [ |
# Common is for library/utility code shared by multiple parts of chrome |
- # browser. It should not depend on other parts of the browser. |
+ # browser. So it should not depend on other parts of the browser except API. |
"-chrome/browser", |
+ "+chrome/browser/api", |
"+chrome/browser/common", |
] |