Index: tools/gn/secondary/testing/gtest/BUILD.gn |
diff --git a/tools/gn/secondary/testing/gtest/BUILD.gn b/tools/gn/secondary/testing/gtest/BUILD.gn |
index 7b7272f3fdb10991352464477045d3a66a94dd63..5ee37214b3039798f9b342e71301efc34f4c7a15 100644 |
--- a/tools/gn/secondary/testing/gtest/BUILD.gn |
+++ b/tools/gn/secondary/testing/gtest/BUILD.gn |
@@ -71,9 +71,9 @@ static_library("gtest") { |
if (is_mac) { |
sources += [ |
- "gtest_mac.h", |
- "gtest_mac.mm", |
- "platform_test_mac.mm", |
+ "../gtest_mac.h", |
+ "../gtest_mac.mm", |
+ "../platform_test_mac.mm", |
] |
} |