blob: 1493dc0360cc2cc52aa719b31bc79d1fa0640b28 [file] [log] [blame]
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",
"+chrome/installer/util/wmi.h",
]
specific_include_rules = {
".*_test\.cc": [
"+chrome/installer/util",
]
}