OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+components/cryptauth", | 2 "+components/cryptauth", |
3 "+components/prefs", | 3 "+components/prefs", |
4 "+components/signin/core/account_id/account_id.h", | 4 "+components/signin/core/account_id/account_id.h", |
| 5 "+chrome/common/pref_names.h", |
5 "+device/bluetooth", | 6 "+device/bluetooth", |
6 "+net", | 7 "+net", |
7 ] | 8 ] |
8 | 9 |
9 specific_include_rules = { | 10 specific_include_rules = { |
10 "screenlock_bridge\.*|unlock_manager\.*": [ | 11 "screenlock_bridge\.*|unlock_manager\.*": [ |
11 "+chromeos", | 12 "+chromeos", |
12 ], | 13 ], |
13 } | 14 } |
OLD | NEW |