diff options
-rw-r--r-- | chrome/DEPS | 1 | ||||
-rw-r--r-- | content/DEPS | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 2580f54..84444f6 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -13,6 +13,7 @@ include_rules = [ "+chrome/test", "-content", "+content/common", + "+content/public/browser", "+content/public/common", "+content/test", diff --git a/content/DEPS b/content/DEPS index 28c15c0..51848b1 100644 --- a/content/DEPS +++ b/content/DEPS @@ -19,6 +19,7 @@ include_rules = [ # directories in content/ so we disallow all of them. "-content", "+content/common", + "+content/public/browser", "+content/public/common", "+content/test", |