|  | include_rules = [ | 
|  | "+chrome/common", | 
|  | "+chrome/enterprise_companion", | 
|  | "+chrome/installer/util", | 
|  | "+chrome/windows_services/service_program", | 
|  | "+components/crash/core/common", | 
|  | "+components/crx_file", | 
|  | "+components/named_mojo_ipc_server", | 
|  | "+components/named_system_lock", | 
|  | "+components/policy", | 
|  | "+components/prefs", | 
|  | "+components/services/patch", | 
|  | "+components/services/unzip", | 
|  | "+components/update_client", | 
|  | "+components/version_info", | 
|  | "+components/winhttp", | 
|  | "+crypto", | 
|  | "+mojo", | 
|  | "+third_party/boringssl", | 
|  | "+third_party/crashpad", | 
|  | "+third_party/re2", | 
|  | "+third_party/updater", | 
|  | "+third_party/wtl", | 
|  | "+third_party/zlib/google", | 
|  |  | 
|  | # The metainstaller should not depend on ICU, to minimize binary size. | 
|  | "-base/i18n", | 
|  | ] |