Index: base/test/BUILD.gn |
diff --git a/base/test/BUILD.gn b/base/test/BUILD.gn |
index a2864b54c23dcb5524e6258e170e1337809e7e4e..3aab89e89cde50b3d0d23f9287d34f960981eb7b 100644 |
--- a/base/test/BUILD.gn |
+++ b/base/test/BUILD.gn |
@@ -17,6 +17,8 @@ source_set("test_support") { |
"expectations/expectation.h", |
"expectations/parser.cc", |
"expectations/parser.h", |
+ "gtest_util.cc", |
+ "gtest_util.h", |
"gtest_xml_util.cc", |
"gtest_xml_util.h", |
"histogram_tester.cc", |
@@ -113,7 +115,7 @@ source_set("test_support") { |
"//base/third_party/dynamic_annotations", |
"//testing/gmock", |
"//testing/gtest", |
- "//third_party/libxml" |
+ "//third_party/libxml", |
] |
if (!is_posix) { |