include_rules = [
  # By and large, GCAPI should not depend on Chrome.
  "-chrome",
  "+chrome/installer/gcapi",
  "+chrome/installer/launcher_support",
  # Take care not to allow any dependence on BrowserDistribution.
  "+chrome/installer/util/google_update_constants.h",
  "+chrome/installer/util/util_constants.h",
]
specific_include_rules = {
  ".*_test\.cc": [
    "+chrome/installer/util",
  ]
}
