[email protected] | 446f73c2 | 2014-05-14 20:47:18 | [diff] [blame] | 1 | include_rules = [ |
johnme | 627dc8c7 | 2016-08-19 21:49:39 | [diff] [blame] | 2 | "+components/crx_file/id_util.h", |
[email protected] | 446f73c2 | 2014-05-14 20:47:18 | [diff] [blame] | 3 | "+components/os_crypt", |
jitendra.ks | 7554194 | 2015-11-03 20:17:51 | [diff] [blame] | 4 | "+components/keyed_service", |
jianli | 2dc910b0 | 2014-09-19 02:42:46 | [diff] [blame] | 5 | "+components/pref_registry", |
brettw | 06650868 | 2016-02-03 08:22:02 | [diff] [blame] | 6 | "+components/prefs", |
Henrique Ferreiro | 94eb46f | 2019-07-03 14:38:56 | [diff] [blame] | 7 | "+components/signin/public", |
maxbogue | 455a57e3 | 2016-08-14 00:08:32 | [diff] [blame] | 8 | "+components/sync/driver", |
Max Bogue | fef332d | 2016-07-28 22:09:09 | [diff] [blame] | 9 | "+components/sync/protocol", |
Colin Blundell | bf6d4c5f | 2018-05-16 11:12:29 | [diff] [blame] | 10 | "+components/sync_preferences", |
chirantan | 26436e40 | 2014-10-24 19:44:42 | [diff] [blame] | 11 | "+components/timers", # Only used for Chrome OS builds. |
jitendra.ks | b1b7fee | 2015-09-22 17:42:53 | [diff] [blame] | 12 | "+components/version_info", |
Peter Beverloo | 3413946 | 2018-04-10 14:18:06 | [diff] [blame] | 13 | "+content/public/browser/browser_context.h", |
Alex Chau | a76a6e3 | 2019-06-26 16:20:01 | [diff] [blame] | 14 | "+content/public/test", # Only used for tests. |
| 15 | "+crypto", # Only used for tests. |
Colin Blundell | efba077 | 2018-08-02 13:40:44 | [diff] [blame] | 16 | |
| 17 | # Whitelist specific headers from //google_apis/gaia. Contact |
| 18 | # [email protected] if looking to add more. |
Tanmoy Mollik | f6ec6b9 | 2019-08-12 16:19:55 | [diff] [blame] | 19 | "+google_apis/gaia/core_account_id.h", |
Colin Blundell | efba077 | 2018-08-02 13:40:44 | [diff] [blame] | 20 | "+google_apis/gaia/gaia_oauth_client.h", |
| 21 | "+google_apis/gaia/google_service_auth_error.h", |
[email protected] | 446f73c2 | 2014-05-14 20:47:18 | [diff] [blame] | 22 | "+google_apis/gcm", |
Julie Jeongeun Kim | 17b2adf1 | 2019-10-29 10:24:48 | [diff] [blame] | 23 | "+mojo/public", |
[email protected] | 8d41e5a | 2014-05-28 03:18:49 | [diff] [blame] | 24 | "+net", |
Mark Pilgrim | 7634f5b5 | 2018-06-27 19:53:27 | [diff] [blame] | 25 | "+services/network/public/cpp", |
Helen Li | 5f3d96a | 2018-08-10 20:37:24 | [diff] [blame] | 26 | "+services/network/public/mojom", |
Mark Pilgrim | 7634f5b5 | 2018-06-27 19:53:27 | [diff] [blame] | 27 | "+services/network/test", |
Chris Mumford | a884aa1f | 2017-10-24 22:46:32 | [diff] [blame] | 28 | "+third_party/leveldatabase", # Only used for tests. |
Alex Chau | a76a6e3 | 2019-06-26 16:20:01 | [diff] [blame] | 29 | "+third_party/re2", # Only used for tests. |
[email protected] | 446f73c2 | 2014-05-14 20:47:18 | [diff] [blame] | 30 | ] |