Index: base/test/BUILD.gn |
diff --git a/base/test/BUILD.gn b/base/test/BUILD.gn |
index 51863a2a0c6d99c6e9e6dd7dfda60f797b033b3b..ab972831fd0ec3e693394da980e02285aa72544b 100644 |
--- a/base/test/BUILD.gn |
+++ b/base/test/BUILD.gn |
@@ -35,6 +35,8 @@ static_library("test_support") { |
"gtest_xml_util.h", |
"histogram_tester.cc", |
"histogram_tester.h", |
+ "icu_test_util.cc", |
+ "icu_test_util.h", |
"ios/wait_util.h", |
"ios/wait_util.mm", |
"launcher/test_result.cc", |
@@ -191,6 +193,8 @@ static_library("test_support") { |
sources -= [ |
"gtest_xml_util.cc", |
"gtest_xml_util.h", |
+ "icu_test_util.cc", |
+ "icu_test_util.h", |
"perf_test_suite.cc", |
"perf_test_suite.h", |
"scoped_path_override.cc", |