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