Index: test/inspector/BUILD.gn |
diff --git a/test/inspector/BUILD.gn b/test/inspector/BUILD.gn |
index 5298c09a8950437c0cef23a9045799d59574d930..42f48397a6783290680280c4d8f1219fd534909a 100644 |
--- a/test/inspector/BUILD.gn |
+++ b/test/inspector/BUILD.gn |
@@ -28,6 +28,10 @@ v8_executable("inspector-test") { |
"//build/win:default_exe_manifest", |
] |
+ if (v8_enable_i18n_support) { |
Michael Achenbach
2017/05/08 13:30:05
Maybe add is_component_build to the condition if i
Ilija.Pavlovic1
2017/05/08 13:51:49
This is copied from solution for test/unittests/BU
|
+ deps += [ "//third_party/icu" ] |
+ } |
+ |
cflags = [] |
ldflags = [] |
} |