| Index: third_party/WebKit/Source/core/layout/line/DEPS
|
| diff --git a/third_party/WebKit/Source/core/layout/line/DEPS b/third_party/WebKit/Source/core/layout/line/DEPS
|
| index 1be2ee5a421910734347d9e67d5049c1198ae416..e8221a6b5d4c23da4f0b11c6010afb2c2addb1e2 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/DEPS
|
| +++ b/third_party/WebKit/Source/core/layout/line/DEPS
|
| @@ -15,3 +15,9 @@ include_rules = [
|
| "!core/layout/VerticalPositionCache.h",
|
| "!core/layout/shapes/ShapeOutsideInfo.h",
|
| ]
|
| +
|
| +specific_include_rules = {
|
| + ".*Test\.cpp": [
|
| + "+core/layout",
|
| + ],
|
| +}
|
|
|