| Index: Source/platform/BUILD.gn
|
| diff --git a/Source/platform/BUILD.gn b/Source/platform/BUILD.gn
|
| index 0f83e7003d78dab565aac6b275b2cfa7071a57c9..516114f781cd7baa1ca3af835feb8de9017909f2 100644
|
| --- a/Source/platform/BUILD.gn
|
| +++ b/Source/platform/BUILD.gn
|
| @@ -214,10 +214,6 @@ component("platform") {
|
|
|
| if (is_mac) {
|
| sources -= [
|
| - "fonts/opentype/OpenTypeTypes.h",
|
| - "fonts/opentype/OpenTypeVerticalData.cpp",
|
| - "fonts/opentype/OpenTypeVerticalData.h",
|
| - # The Mac currently uses FontCustomPlatformDataMac.cpp instead.
|
| "fonts/skia/FontCacheSkia.cpp",
|
| # Uses LocaleMac instead.
|
| "text/LocaleICU.cpp",
|
|
|