Index: test/unittests/BUILD.gn |
diff --git a/test/unittests/BUILD.gn b/test/unittests/BUILD.gn |
index c005b144f0fc6ba14e16f00362026bbfcbde9c1d..d97d54f0051a08e9814556d98f545e83981a8a3b 100644 |
--- a/test/unittests/BUILD.gn |
+++ b/test/unittests/BUILD.gn |
@@ -170,6 +170,10 @@ v8_executable("unittests") { |
"//testing/gtest", |
] |
+ if (v8_enable_i18n_support) { |
+ deps += [ "//third_party/icu" ] |
+ } |
+ |
if (is_win) { |
# This warning is benignly triggered by the U16 and U32 macros in |
# bytecode-utils.h. |