1include_rules = [ 2 "+components/crx_file/id_util.h", 3 "+components/os_crypt", 4 "+components/keyed_service", 5 "+components/pref_registry", 6 "+components/prefs", 7 "+components/signin/public", 8 "+components/sync/base", 9 "+components/timers", # Only used for Chrome OS builds. 10 "+components/version_info", 11 "+content/public/browser/browser_context.h", 12 "+content/public/test", # Only used for tests. 13 "+crypto", # Only used for tests. 14 15 # Whitelist specific headers from //google_apis/gaia. Contact 16 # blundell@chromium.org if looking to add more. 17 "+google_apis/gaia/core_account_id.h", 18 "+google_apis/gaia/gaia_oauth_client.h", 19 "+google_apis/gaia/google_service_auth_error.h", 20 "+google_apis/gcm", 21 "+mojo/public", 22 "+net", 23 "+services/network/public/cpp", 24 "+services/network/public/mojom", 25 "+services/network/test", 26 "+third_party/leveldatabase", # Only used for tests. 27 "+third_party/re2", # Only used for tests. 28] 29