Commit fb1ca5c5 authored by Gaofeng Huang's avatar Gaofeng Huang Committed by Commit Bot

Fix broken fuchsia build.

Caused by:
https://chromium-review.googlesource.com/1022186

Bug: internal b/79235281
Test: local build
Change-Id: I681c8aa74aa8d374fadf31f136d7c2367a978d3c
Reviewed-on: https://chromium-review.googlesource.com/1044486Reviewed-by: default avatarFabrice de Gans-Riberi <fdegans@chromium.org>
Reviewed-by: default avatarStephen Lanham <slan@chromium.org>
Reviewed-by: default avatarChristos Froussios <cfroussios@chromium.org>
Commit-Queue: Gaofeng Huang <gfhuang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#556475}
parent 0215cd09
...@@ -51,7 +51,8 @@ static_library("os_crypt") { ...@@ -51,7 +51,8 @@ static_library("os_crypt") {
"//crypto:platform", "//crypto:platform",
] ]
if (is_posix && !is_mac && !is_ios && (!is_desktop_linux || is_chromecast)) { if ((is_posix || is_fuchsia) && !is_mac && !is_ios &&
(!is_desktop_linux || is_chromecast)) {
sources += [ "os_crypt_posix.cc" ] sources += [ "os_crypt_posix.cc" ]
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment