| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+bindings", | |
| 3 "+core", | |
| 4 "-modules", | 2 "-modules", |
| 5 "+modules/EventModules.h", | 3 "+modules/EventModules.h", |
| 6 "+modules/EventTargetModules.h", | 4 "+modules/EventTargetModules.h", |
| 7 "+modules/ModulesExport.h", | 5 "+modules/ModulesExport.h", |
| 8 "+modules/notifications", | 6 "+modules/notifications", |
| 9 "+modules/permissions", | 7 "+modules/permissions", |
| 10 "+modules/serviceworkers", | 8 "+modules/serviceworkers", |
| 11 "+modules/vibration", | 9 "+modules/vibration", |
| 12 "+platform", | |
| 13 "+public/platform", | |
| 14 "+skia/ext", | 10 "+skia/ext", |
| 15 "-web", | |
| 16 ] | 11 ] |
| OLD | NEW |