diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-14 14:21:38 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-14 14:21:38 +0000 |
commit | 92295fe46f75f4f1fa9fc679ac22c4141a8f371b (patch) | |
tree | d3a219422639e18e107bc6f17cb222325ec09ad5 /ash/test | |
parent | 9cdd71579d57869f215155a772aa5f15c27df48c (diff) | |
download | chromium_src-92295fe46f75f4f1fa9fc679ac22c4141a8f371b.zip chromium_src-92295fe46f75f4f1fa9fc679ac22c4141a8f371b.tar.gz chromium_src-92295fe46f75f4f1fa9fc679ac22c4141a8f371b.tar.bz2 |
Lock down DEPS a bit more.
As part of my effort to split ash into targets with and without content, I'm locking down the DEPS files very tightly to make using content from anywhere in ash harder. There are some carve-outs for specific subsections that need to use it (e.g. Desktop Background, Screensaver, etc.) and these are exempted in DEPS files. There are a few #includes I can't get rid of just yet in Shell, testing stuff etc, but I've exempted those explicitly for the time being.
R=oshima@chromium.org
http://crbug.com/332504
Review URL: https://codereview.chromium.org/131223007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244698 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/test')
-rw-r--r-- | ash/test/DEPS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ash/test/DEPS b/ash/test/DEPS index aaa9ae0..e6be49d 100644 --- a/ash/test/DEPS +++ b/ash/test/DEPS @@ -1,4 +1,6 @@ include_rules = [ - "+content/public/test", + "+content/public/test/web_contents_tester.h", + "+content/public/test/test_browser_thread_bundle.h", + "+content/public/test/test_browser_context.h", "+win8/viewer", ] |