diff options
author | rockot <rockot@chromium.org> | 2014-11-04 11:09:25 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-04 19:09:47 +0000 |
commit | e2284fd9e2d42285a925d60aea5b8d0b769b2381 (patch) | |
tree | b90e59dd3138ea020149a029d7d94537453b9768 /extensions/test/DEPS | |
parent | 2eb362d23158c4897a9346edae4e630c6c9f2702 (diff) | |
download | chromium_src-e2284fd9e2d42285a925d60aea5b8d0b769b2381.zip chromium_src-e2284fd9e2d42285a925d60aea5b8d0b769b2381.tar.gz chromium_src-e2284fd9e2d42285a925d60aea5b8d0b769b2381.tar.bz2 |
Refine //extensions DEPS on //ui
This patch makes more explicit the set of dependencies
allowed from //extensions onto //ui.
//extensions was allowing dependencies on all of //ui
by default. This is unfortunate for people who want to
introduce new code into //extensions only to be shot
down because they depend on pieces of ui that aren't
allowed.
BUG=None
Review URL: https://codereview.chromium.org/702513002
Cr-Commit-Position: refs/heads/master@{#302637}
Diffstat (limited to 'extensions/test/DEPS')
-rw-r--r-- | extensions/test/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/test/DEPS b/extensions/test/DEPS index 925491d..27ef4ea 100644 --- a/extensions/test/DEPS +++ b/extensions/test/DEPS @@ -1,4 +1,5 @@ include_rules = [ "+content/public", "+mojo/edk/embedder", + "+ui/gl", ] |