Chromium Code Reviews| Index: chrome/browser/sessions/DEPS |
| diff --git a/chrome/browser/sessions/DEPS b/chrome/browser/sessions/DEPS |
| index bfc3f270dab6d54caa77ea79f7ec78b844496593..53973c1fff81100d65cfd0fc094a7902a987b9ab 100644 |
| --- a/chrome/browser/sessions/DEPS |
| +++ b/chrome/browser/sessions/DEPS |
| @@ -3,3 +3,11 @@ include_rules = [ |
| # For compressing data stored in SessionStorage. |
| "+third_party/bzip2", |
| ] |
| + |
| +specific_include_rules = { |
| + "tab_loader_unittest\.cc": [ |
| + "+content/browser/memory/memory_coordinator.h", |
|
sky
2016/11/01 15:23:14
My understanding is that chrome code should only u
hajimehoshi
2016/11/02 09:34:13
Done.
|
| + "+content/browser/memory/memory_coordinator_impl.h", |
| + "+content/browser/memory/memory_monitor.h", |
| + ], |
| +} |