| include_rules = [ |
| # ChromeOS should not depend on //chrome. See //docs/chromeos/code.md for |
| # details. |
| "-chrome", |
| |
| # This directory is in //chrome, which violates the rule above. Allow this |
| # directory to #include its own files. |
| "+chrome/browser/ui/ash/clipboard", |
| ] |
| |
| specific_include_rules = { |
| "clipboard_history_browsertest\\.cc": [ |
| "+chrome/app/chrome_command_ids.h", |
| "+chrome/browser/ash/login/login_manager_test.h", |
| "+chrome/browser/ash/login/test", |
| "+chrome/browser/profiles/profile.h", |
| "+chrome/browser/renderer_context_menu", |
| "+chrome/browser/ui/ash/login", |
| "+chrome/grit", |
| ], |
| ".*test\\.cc": [ |
| "+chrome/browser/ui/browser.h", |
| "+chrome/test", |
| ], |
| } |