| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+athena/extensions/public", | 2 "+athena/extensions/public", |
| 3 "+athena/main/public", | 3 "+athena/main/public", |
| 4 "+athena/screen/public", | 4 "+athena/screen/public", |
| 5 "+athena/util", | 5 "+athena/util", |
| 6 "+components/captive_portal", | 6 "+components/captive_portal", |
| 7 "+components/native_app_window", |
| 7 "+components/user_manager", | 8 "+components/user_manager", |
| 8 | 9 |
| 9 # Library used for calculating CRC-32 needed for HWID verification. | 10 # Library used for calculating CRC-32 needed for HWID verification. |
| 10 "+third_party/zlib", | 11 "+third_party/zlib", |
| 11 ] | 12 ] |
| OLD | NEW |