| 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 beyond constants. | |
| "+chrome/installer/util/google_update_constants.h", | |
| "+chrome/installer/util/util_constants.h", | |
| ] | |
| specific_include_rules = { | |
| ".*_test\.cc": [ | |
| "+chrome/install_static/test", | |
| "+chrome/installer/util", | |
| ] | |
| } |