Index: Source/platform/BUILD.gn |
diff --git a/Source/platform/BUILD.gn b/Source/platform/BUILD.gn |
index 39e0849a22640b9c1fb8a55d46bacc1bca2930cf..3183dc3e152556ece81c39fda617fc79944b5881 100644 |
--- a/Source/platform/BUILD.gn |
+++ b/Source/platform/BUILD.gn |
@@ -249,7 +249,7 @@ component("platform") { |
# prefix header injected. |
cflags = [ |
"-include", |
- rebase_path("../core/WebCorePrefixMac.h", root_build_dir), |
+ rebase_path("../build/mac/Prefix.h", root_build_dir), |
] |
defines += [ "WebFontCache=ChromiumWebCoreObjCWebFontCache" ] |