| 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 657879980f5ed5a652ff9958875094f0f061675e..f4541608bcca7663b44b57179fe010eb45a9c460 100644
|
| --- a/third_party/WebKit/Source/core/layout/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/layout/BUILD.gn
|
| @@ -9,6 +9,8 @@ blink_core_sources("layout") {
|
|
|
| sources = [
|
| "BackgroundBleedAvoidance.h",
|
| + "BaselineAlignment.cpp",
|
| + "BaselineAlignment.h",
|
| "BidiRun.h",
|
| "BidiRunForLine.cpp",
|
| "BidiRunForLine.h",
|
|
|