commit | 9cdb1f4d1a365ebdbcbf179dadf7f8aa5ee802e7 | [log] [tgz] |
---|---|---|
author | Victor Vasiliev <vasilvv@google.com> | Mon Apr 04 08:29:54 2022 -0400 |
committer | Victor Vasiliev <vasilvv@google.com> | Mon Apr 04 08:29:54 2022 -0400 |
tree | 9631c04d7d9a4a3e1f0d38720aaa4d651ea518dc | |
parent | 9fa1882a31bb16d8a4ca01dc4a13cfb4bd491e9d [diff] |
Fix Windows build Change-Id: I2d8d61ff28f72e249b5c700f9353c5d33e405282
This is a copy of Chrome's URL parsing library, adapted to work with Bazel. It is meant to be used by QUICHE, but can be also used by other projects that use Bazel.
In order to be used successfully, C++14 or later and -fno-strict-aliasing
compile flag are required.
For questions, contact proto-quic@chromium.org.
In order to update this copy to the latest version of googleurl in Chromium, run the following commands in the root of the checkout:
copybara copy.bara.sky import <path-to-chrome>/src --folder-dir .
bazel test --cxxopt="-std=c++14" //...
(C++14 is replacible with later C++ versions)polyfill/
as appropriate.