Chromium Code Reviews| Index: components/update_client/DEPS |
| diff --git a/components/update_client/DEPS b/components/update_client/DEPS |
| index 79e034989c4037cf3319450e032ffa3ad242fc19..8a2af460d4ddfc4d3cf969eb5c1a532f91d9a0f2 100644 |
| --- a/components/update_client/DEPS |
| +++ b/components/update_client/DEPS |
| @@ -8,5 +8,13 @@ include_rules = [ |
| "+ui/base/win", |
| "+third_party/libxml", |
| "+third_party/zlib", |
| - "+testing", |
| ] |
| + |
| +# Tests can use things in content. |
| +# TODO(sorin): refactor to eliminate the dependency on content by using |
| +# message loops directlyy. |
|
waffles
2015/04/24 21:15:55
typo: directlyy
Sorin Jianu
2015/04/27 14:46:38
Done.
|
| +specific_include_rules = { |
| + ".*unittest\.cc": [ |
| + "+content", |
| + ] |
| +} |