commit | 855bc29ba0e87bcfab974b249702b6a76a04929e | [log] [tgz] |
---|---|---|
author | Victor Vasiliev <vasilvv@google.com> | Thu Jul 09 15:09:53 2020 -0400 |
committer | Victor Vasiliev <vasilvv@google.com> | Thu Jul 09 15:35:21 2020 -0400 |
tree | aa0e731ada0158ce9eb8ca76f1a194211cff788e | |
parent | 6dafefa72cba2ab2ba4922d17a30618e9617c7cf [diff] |
Update googleurl to the latest version This updates googleurl to the revision 21069c2dfa90d5bdd123c0d0d202dfc61f5f6920, Wed Jul 8 16:20:09 2020 +0000.
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, -std=c++14
and -fno-strict-aliasing
compile flags 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" //...
polyfill/
as appropriate.