include_rules = [
# GCAPI should not depend on ICU, since third-party users may not have
# initialized it.
"-base/i18n",
# By and large, GCAPI should not depend on Chrome.
"-chrome",
"+chrome/installer/gcapi",
"+chrome/installer/launcher_support",
# Take care not to allow any dependence beyond constants.
"+chrome/installer/util/google_update_constants.h",
"+chrome/installer/util/util_constants.h",
"+chrome/updater/app/server/win/updater_legacy_idl.h",
]
specific_include_rules = {
".*_test\.cc": [
"+chrome/install_static/test",
"+chrome/installer/util",
]
}