OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+components/cryptauth", | 2 "+components/cryptauth", |
3 "+components/prefs", | 3 "+components/prefs", |
4 "+components/pref_registry/pref_registry_syncable.h", | |
4 "+components/signin/core/account_id/account_id.h", | 5 "+components/signin/core/account_id/account_id.h", |
6 "+chrome/common/pref_names.h", | |
Tim Song
2017/07/11 23:45:57
We shouldn't depend on chrome/
sacomoto
2017/07/12 15:52:52
Done.
| |
5 "+device/bluetooth", | 7 "+device/bluetooth", |
6 "+net", | 8 "+net", |
7 ] | 9 ] |
8 | 10 |
9 specific_include_rules = { | 11 specific_include_rules = { |
10 "screenlock_bridge\.*|unlock_manager\.*": [ | 12 "screenlock_bridge\.*|unlock_manager\.*": [ |
11 "+chromeos", | 13 "+chromeos", |
12 ], | 14 ], |
13 } | 15 } |
OLD | NEW |