blob: 105ef996841f95f680b69122b56b06c61223e649 [file] [log] [blame]
rouslan908248c2017-02-27 21:30:241include_rules = [
rouslan8fdbfb242017-03-15 01:12:492 "-components/payments/content",
rouslan908248c2017-02-27 21:30:243 "-content",
4 "+components/autofill/core",
Randall Raymond581d1dd2017-08-01 14:07:575 "+components/data_use_measurement",
rouslan690997682017-05-09 18:07:396 "+components/keyed_service/core",
Randall Raymond581d1dd2017-08-01 14:07:577 "+components/link_header_util",
sebsgfa910f22017-04-12 02:01:038 "+components/metrics",
mahmadie3b1c5a92017-07-05 17:16:159 "+components/prefs",
anthonyvd6a43b932017-05-11 18:39:2710 "+components/pref_registry",
tmartino9c32cf82017-04-04 20:34:3911 "+components/strings",
Shanfeng Zhang8cb898602017-07-21 02:37:0412 "+net",
Mounir Lamourifd9dcefa2017-07-06 10:26:5513 "+services/metrics/public",
rouslan908248c2017-02-27 21:30:2414 "+third_party/libaddressinput",
sebsgbcb00122017-04-13 19:48:3215 "+third_party/libphonenumber",
Mohamad Ahmadi05142362017-08-25 18:22:2316 "+third_party/re2",
tmartino9c32cf82017-04-04 20:34:3917 "+ui/base",
rouslan908248c2017-02-27 21:30:2418]
Mounir Lamourifd9dcefa2017-07-06 10:26:5519
20specific_include_rules = {
21 "journey_logger_unittest\.cc": [
22 "+components/ukm",
23 ],
Rouslan Solomakhin11d0d8532017-09-19 18:31:5824 ".*_unittest\.cc": [
25 "+base/json/json_reader.h",
26 ]
Mounir Lamourifd9dcefa2017-07-06 10:26:5527}