Chromium Code Reviews| 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 b1952e9d4481604dc1b48562ba5ac2c2cbb56a49..e34cd86f42ce576bf78a3ae647c8f0ae4bd8ecb5 100644 |
| --- a/third_party/WebKit/Source/core/layout/BUILD.gn |
| +++ b/third_party/WebKit/Source/core/layout/BUILD.gn |
| @@ -326,6 +326,8 @@ blink_core_sources("layout") { |
| "line/TrailingObjects.h", |
| "line/WordMeasurement.h", |
| "ng/api/empty_offset_mapping_builder.h", |
| + "ng/api/ng_offset_mapping_builder.cc", |
| + "ng/api/ng_offset_mapping_builder.h", |
|
kojii
2017/06/28 07:45:50
Can you please put them into "inline"? These are a
Xiaocheng
2017/06/28 18:21:58
Done.
|
| "ng/geometry/ng_border_edges.cc", |
| "ng/geometry/ng_border_edges.h", |
| "ng/geometry/ng_box_strut.cc", |