Index: third_party/libjingle/BUILD.gn |
diff --git a/third_party/libjingle/BUILD.gn b/third_party/libjingle/BUILD.gn |
index c2d6fc11600ff357ae84ea79723d29191931cf64..2f460290f712781377b81ea5579a590d06c47733 100644 |
--- a/third_party/libjingle/BUILD.gn |
+++ b/third_party/libjingle/BUILD.gn |
@@ -266,6 +266,10 @@ static_library("libjingle") { |
cflags = [ "/wd4005" ] |
} |
+ if (is_nacl) { |
+ deps += [ "//native_client_sdk/src/libraries/nacl_io" ] |
+ } |
+ |
configs += [ ":jingle_unexported_configs" ] |
public_configs = [ ":jingle_public_configs" ] |
all_dependent_configs = [ ":jingle_all_dependent_configs" ] |