diff options
Diffstat (limited to 'ash')
-rw-r--r-- | ash/shell/DEPS | 3 | ||||
-rw-r--r-- | ash/shell/content_client/DEPS | 3 | ||||
-rw-r--r-- | ash/test/DEPS | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/ash/shell/DEPS b/ash/shell/DEPS index 24f7ff1..1108a45 100644 --- a/ash/shell/DEPS +++ b/ash/shell/DEPS @@ -1,4 +1,5 @@ include_rules = [ - "+content", + "+content/public", + "+content/shell", "+sandbox", ] diff --git a/ash/shell/content_client/DEPS b/ash/shell/content_client/DEPS index 60dbcf4..f71262e 100644 --- a/ash/shell/content_client/DEPS +++ b/ash/shell/content_client/DEPS @@ -1,3 +1,4 @@ include_rules = [ - "+content", + "+content/public", + "+content/shell", ] diff --git a/ash/test/DEPS b/ash/test/DEPS index 8bc7896..aaa9ae0 100644 --- a/ash/test/DEPS +++ b/ash/test/DEPS @@ -1,5 +1,4 @@ include_rules = [ "+content/public/test", - "+content/test", "+win8/viewer", ] |