rouslan | 908248c | 2017-02-27 21:30:24 | [diff] [blame] | 1 | include_rules = [ |
rouslan | 8fdbfb24 | 2017-03-15 01:12:49 | [diff] [blame] | 2 | "-components/payments/content", |
rouslan | 908248c | 2017-02-27 21:30:24 | [diff] [blame] | 3 | "-content", |
| 4 | "+components/autofill/core", |
Randall Raymond | 581d1dd | 2017-08-01 14:07:57 | [diff] [blame] | 5 | "+components/data_use_measurement", |
rouslan | 69099768 | 2017-05-09 18:07:39 | [diff] [blame] | 6 | "+components/keyed_service/core", |
Randall Raymond | 581d1dd | 2017-08-01 14:07:57 | [diff] [blame] | 7 | "+components/link_header_util", |
sebsg | fa910f2 | 2017-04-12 02:01:03 | [diff] [blame] | 8 | "+components/metrics", |
mahmadi | e3b1c5a9 | 2017-07-05 17:16:15 | [diff] [blame] | 9 | "+components/prefs", |
anthonyvd | 6a43b93 | 2017-05-11 18:39:27 | [diff] [blame] | 10 | "+components/pref_registry", |
tmartino | 9c32cf8 | 2017-04-04 20:34:39 | [diff] [blame] | 11 | "+components/strings", |
Shanfeng Zhang | 8cb89860 | 2017-07-21 02:37:04 | [diff] [blame] | 12 | "+net", |
Mounir Lamouri | fd9dcefa | 2017-07-06 10:26:55 | [diff] [blame] | 13 | "+services/metrics/public", |
rouslan | 908248c | 2017-02-27 21:30:24 | [diff] [blame] | 14 | "+third_party/libaddressinput", |
sebsg | bcb0012 | 2017-04-13 19:48:32 | [diff] [blame] | 15 | "+third_party/libphonenumber", |
Mohamad Ahmadi | 0514236 | 2017-08-25 18:22:23 | [diff] [blame] | 16 | "+third_party/re2", |
tmartino | 9c32cf8 | 2017-04-04 20:34:39 | [diff] [blame] | 17 | "+ui/base", |
rouslan | 908248c | 2017-02-27 21:30:24 | [diff] [blame] | 18 | ] |
Mounir Lamouri | fd9dcefa | 2017-07-06 10:26:55 | [diff] [blame] | 19 | |
| 20 | specific_include_rules = { |
| 21 | "journey_logger_unittest\.cc": [ |
| 22 | "+components/ukm", |
| 23 | ], |
Rouslan Solomakhin | 11d0d853 | 2017-09-19 18:31:58 | [diff] [blame^] | 24 | ".*_unittest\.cc": [ |
| 25 | "+base/json/json_reader.h", |
| 26 | ] |
Mounir Lamouri | fd9dcefa | 2017-07-06 10:26:55 | [diff] [blame] | 27 | } |