include_rules = [
  "-chrome",
  "-content",
  "+chrome/browser/google_apis",

  # Temporarily needed, see http://crbug.com/146989
  "!chrome/browser/profiles/profile.h",
  "!chrome/browser/profiles/profile_dependency_manager.h",
  "!chrome/browser/profiles/profile_keyed_service_factory.h",
  "!chrome/browser/profiles/profile_keyed_service.h",
  "!chrome/browser/signin/token_service_factory.h",
  "!chrome/browser/signin/token_service.h",
  "!chrome/browser/sync/profile_sync_service_factory.h",
  "!chrome/browser/sync/profile_sync_service.h",
  "!chrome/common/chrome_notification_types.h",
  "!content/public/browser/browser_thread.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",
]

specific_include_rules = {
  ".*_[a-z]+test\.cc": [
    # Temporarily needed, see http://crbug.com/146989
    "!chrome/browser/chromeos/system/timezone_settings.h",
    "!chrome/test/base/testing_browser_process.h",
    "!chrome/test/base/testing_profile.h",
    "!content/public/test/test_browser_thread.h",
    "!content/public/test/test_utils.h",
  ],
  "drive_uploader.cc": [
    "!content/public/browser/power_save_blocker.h",
  ],
  "http_server.cc": [
    "!content/public/test/test_utils.h",
  ],
}
