| include_rules = [ |
| "-chrome", |
| "-content", |
| "+chrome/browser/google_apis", |
| ] |
| |
| # Exceptions are temporarily needed. crbug.com/146989 |
| specific_include_rules = { |
| ".*requests.*unittest\.cc": [ |
| # This is necessary for AuthService. See below. |
| "!chrome/test/base/testing_profile.h", |
| ], |
| # AuthService should be gone. crbug.com/162157 |
| "auth_service\.(h|cc)": [ |
| "!chrome/browser/profiles/profile.h", |
| "!chrome/browser/signin/token_service_factory.h", |
| "!chrome/browser/signin/token_service.h", |
| "!chrome/common/chrome_notification_types.h", |
| "!content/public/browser/notification_details.h", |
| "!content/public/browser/notification_observer.h", |
| "!content/public/browser/notification_registrar.h", |
| "!content/public/browser/notification_source.h", |
| "!content/public/browser/notification_types.h", |
| ], |
| } |