| OLD | NEW |
| 1 # Please keep the dependencies here to a minimum. This is intended to be a | 1 # Please keep the dependencies here to a minimum. This is intended to be a |
| 2 # low level Chrome OS system library that may be used by targets that need to | 2 # low level Chrome OS system library that may be used by targets that need to |
| 3 # be kept as small as possible. | 3 # be kept as small as possible. |
| 4 include_rules = [ | 4 include_rules = [ |
| 5 "+components/device_event_log", | 5 "+components/device_event_log", |
| 6 "+components/policy/proto", | 6 "+components/policy/proto", |
| 7 "+components/pref_registry", |
| 7 "+components/prefs", | 8 "+components/prefs", |
| 8 "+components/signin/core/account_id/account_id.h", | 9 "+components/signin/core/account_id/account_id.h", |
| 9 "+components/user_manager/known_user.h", | 10 "+components/user_manager/known_user.h", |
| 10 "+crypto", | 11 "+crypto", |
| 11 "+net", | 12 "+net", |
| 12 "+third_party/cros_system_api", | 13 "+third_party/cros_system_api", |
| 13 "+third_party/libxml", | 14 "+third_party/libxml", |
| 14 "+third_party/protobuf", | 15 "+third_party/protobuf", |
| 15 | 16 |
| 16 # Some targets may not have any UI, so explictly exclude src/ui. | 17 # Some targets may not have any UI, so explictly exclude src/ui. |
| 17 "-ui", | 18 "-ui", |
| 18 ] | 19 ] |
| OLD | NEW |