| Index: third_party/WebKit/Source/core/layout/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/layout/BUILD.gn b/third_party/WebKit/Source/core/layout/BUILD.gn
|
| index 9a787e1687d7bb6f1eb1f5817a6816f987cdc346..885a01ed8eaf90277aef981a096faf725f74aa3c 100644
|
| --- a/third_party/WebKit/Source/core/layout/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/layout/BUILD.gn
|
| @@ -29,6 +29,10 @@ blink_core_sources("layout") {
|
| "FragmentainerIterator.h",
|
| "FragmentationContext.h",
|
| "GeneratedChildren.h",
|
| + "Grid.cpp",
|
| + "Grid.h",
|
| + "GridTrackSizingAlgorithm.cpp",
|
| + "GridTrackSizingAlgorithm.h",
|
| "HitTestCache.cpp",
|
| "HitTestCache.h",
|
| "HitTestCanvasResult.cpp",
|
|
|