Index: Source/core/BUILD.gn |
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn |
index 8543e9724dbdddbb10c0bb1133fed331a5768949..cb7c635f631a180f381e99c43e55deab25a3f9a3 100644 |
--- a/Source/core/BUILD.gn |
+++ b/Source/core/BUILD.gn |
@@ -288,7 +288,7 @@ source_set("remaining") { |
] |
} else { # !is_mac |
sources -= [ |
- "editing/SmartReplaceCF.cpp", |
+ "editing/commands/SmartReplaceCF.cpp", |
] |
} |
} |