Updating trunk VERSION from 2139.0 to 2140.0
[chromium-blink-merge.git] / extensions / shell / DEPS
blob83649baf09dd7da4aaf3710b7e78c3cf2bfb75b6
1 include_rules = [
2   # The apps module has dependencies on chrome.
3   "-apps",
5   # Individual subdirectories should have their own DEPS that include
6   # their allowed directories.
7   "-extensions/shell",
8   "+extensions/shell/common",
9   "+extensions/shell/test",
11   # Do not add dependencies on Chrome. Talk to OWNERS about how to refactor
12   # the code you need to a shared location.
13   "-chrome",
15   # Only allow app_shell and extensions resources, not general Chrome ones.
16   "-grit",
17   "+grit/app_shell_resources.h",
18   "+grit/extensions_resources.h",
20   # Real DEPS go in subdirectories, for example extensions/shell/browser/DEPS.