| 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 16dc93b60375e7b6e029f3a837a68508fbeb7470..03c8563e391384a8f896218488c15c8b34001705 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",
|
|
|