| Index: chrome/browser/common/DEPS
|
| ===================================================================
|
| --- chrome/browser/common/DEPS (revision 0)
|
| +++ chrome/browser/common/DEPS (revision 0)
|
| @@ -0,0 +1,7 @@
|
| +include_rules = [
|
| + # Common is for library/utility code shared by multiple parts of chrome
|
| + # browser. So it should not depend on other parts of the browser except API.
|
| + "-chrome/browser",
|
| + "+chrome/browser/api",
|
| + "+chrome/browser/common",
|
| +]
|
|
|
| Property changes on: chrome/browser/common/DEPS
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|