diff options
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/DEPS b/content/DEPS index bf29db6..991fd7d3 100644 --- a/content/DEPS +++ b/content/DEPS @@ -8,9 +8,13 @@ include_rules = [ # When the src\content refactoring is complete, this will be unnecessary (and # in fact, a layering violation). "+chrome", + # The following directories have been refactored, so no new dependencies # should be added from these directories. "-chrome/browser/printing", + "-chrome/browser/extensions", + "-chrome/common/extensions", + "-chrome/renderer/extensions", # The subdirectories in content/ will manually allow their own include # directories in content/ so we disallow all of them. |