commit | b01af142296253416610c264d2c97d5a46d75f6a | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Tue Feb 19 16:32:27 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Feb 19 16:32:27 2019 |
tree | ad438fc6d145bf390bd3046e6d2195d5bd7692fb | |
parent | e059f30f89f4ac49bd065bc792766b45885ca91a [diff] |
Don't compile ssl_connect_job.cc in nacl builds net/socket/ssl_connect_job.cc references a lot of classes that are not compiled in nacl builds, such as SocketParams and SOCKSConnectJob. In some builds the ssl_socket_connect_job.o file was discarded before proceeding (just wasting time but causing no harm), but in some builds it remained and later caused link errors. Change-Id: Ic2d9da783259c2a4e24fc00fff44ca36f2d8c51e Reviewed-on: https://chromium-review.googlesource.com/c/1477118 Auto-Submit: Daniel Bratell <bratell@opera.com> Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#633276}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .