From 99d83f9b9121d659cdbf259ec9f71f8d1f090100 Mon Sep 17 00:00:00 2001 From: sergeyu Date: Mon, 14 Sep 2015 16:03:33 -0700 Subject: Compile remoting client plugin with GN BUG=512899 Review URL: https://codereview.chromium.org/1312463005 Cr-Commit-Position: refs/heads/master@{#348752} --- third_party/boringssl/BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'third_party/boringssl') diff --git a/third_party/boringssl/BUILD.gn b/third_party/boringssl/BUILD.gn index efef0fd..3a3ce50 100644 --- a/third_party/boringssl/BUILD.gn +++ b/third_party/boringssl/BUILD.gn @@ -95,4 +95,8 @@ component("boringssl") { } else { defines += [ "OPENSSL_NO_ASM" ] } + + if (is_nacl) { + deps += [ "//native_client_sdk/src/libraries/nacl_io" ] + } } -- cgit v1.1