Home | History | Annotate | Download | only in google_apis
      1 include_rules = [
      2   "-chrome",
      3   "-content",
      4   "+chrome/browser/google_apis",
      5 ]
      6 
      7 # Exceptions are temporarily needed. crbug.com/146989
      8 specific_include_rules = {
      9   # AuthService should be gone. crbug.com/162157
     10   "auth_service\.(h|cc)": [
     11     "!chrome/browser/signin/oauth2_token_service.h",
     12   ],
     13 }
     14