| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # Line layout can only use the LineLayout API, not LayoutObject and kids. | 2 # Line layout can only use the LineLayout API, not LayoutObject and kids. |
| 3 "-core/layout", | 3 "-core/layout", |
| 4 "+core/layout/api", | 4 "+core/layout/api", |
| 5 "+core/layout/line", | 5 "+core/layout/line", |
| 6 "+platform", | 6 "+platform", |
| 7 "+wtf", | |
| 8 | 7 |
| 9 "!core/layout/BidiRun.h", | 8 "!core/layout/BidiRun.h", |
| 10 "!core/layout/HitTestLocation.h", | 9 "!core/layout/HitTestLocation.h", |
| 11 "!core/layout/HitTestResult.h", | 10 "!core/layout/HitTestResult.h", |
| 12 "!core/layout/LayoutBlockFlow.h", | 11 "!core/layout/LayoutBlockFlow.h", |
| 13 "!core/layout/OverflowModel.h", | 12 "!core/layout/OverflowModel.h", |
| 14 "!core/layout/TextRunConstructor.h", | 13 "!core/layout/TextRunConstructor.h", |
| 15 "!core/layout/VerticalPositionCache.h", | 14 "!core/layout/VerticalPositionCache.h", |
| 16 "!core/layout/shapes/ShapeOutsideInfo.h", | 15 "!core/layout/shapes/ShapeOutsideInfo.h", |
| 17 ] | 16 ] |
| 18 | 17 |
| 19 specific_include_rules = { | 18 specific_include_rules = { |
| 20 ".*Test\.cpp": [ | 19 ".*Test\.cpp": [ |
| 21 "+core/layout", | 20 "+core/layout", |
| 22 ], | 21 ], |
| 23 } | 22 } |
| OLD | NEW |