Index: build/secondary/testing/gtest/BUILD.gn |
diff --git a/build/secondary/testing/gtest/BUILD.gn b/build/secondary/testing/gtest/BUILD.gn |
index 96f4112c211ae5885c11d431fb7f13b29bb990fe..a20a09d4db6470ea5534096c1822e27a24fb3478 100644 |
--- a/build/secondary/testing/gtest/BUILD.gn |
+++ b/build/secondary/testing/gtest/BUILD.gn |
@@ -83,6 +83,9 @@ static_library("gtest") { |
"include/gtest/internal/gtest-type-util.h", |
#"gtest/src/gtest-all.cc", # Not needed by our build. |
+ "../multiprocess_func_list.cc", |
+ "../multiprocess_func_list.h", |
+ "../platform_test.h", |
"src/gtest-death-test.cc", |
"src/gtest-filepath.cc", |
"src/gtest-internal-inl.h", |
@@ -91,9 +94,6 @@ static_library("gtest") { |
"src/gtest-test-part.cc", |
"src/gtest-typed-test.cc", |
"src/gtest.cc", |
- "../multiprocess_func_list.cc", |
- "../multiprocess_func_list.h", |
- "../platform_test.h", |
] |
if (is_mac) { |