Chromium Code Reviews| Index: chrome/browser/bookmarks/DEPS |
| diff --git a/chrome/browser/bookmarks/DEPS b/chrome/browser/bookmarks/DEPS |
| index 1c5eb869cab9b945d483378f85b8c62a53728b73..261233b31f9e03a146f22a7acde8d23e35ef629b 100644 |
| --- a/chrome/browser/bookmarks/DEPS |
| +++ b/chrome/browser/bookmarks/DEPS |
| @@ -22,3 +22,10 @@ include_rules = [ |
| # Do not add to the list of temporarily-allowed dependencies above, |
| # and please do not introduce more #includes of these files. |
| ] |
| + |
| +specific_include_rules = { |
| + # For unit tests, it's fine to include utility process code. |
| + '.*test\.cc': [ |
| + "+chrome/utility/importer/bookmark_html_reader.h", |
|
jam
2013/07/15 19:54:14
we shouldn't have this, even for test. unit tests
scottmg
2013/07/15 20:20:43
Sorry, I don't think I understand.
bookmark_html_
jam
2013/07/15 20:25:54
hmm, i can't, so ok. perhaps we should have a subd
|
| + ], |
| +} |