commit | 643329026355a2ea6c076e125a508eeffd16ee58 | [log] [tgz] |
---|---|---|
author | Victor Vasiliev <vasilvv@google.com> | Tue Jun 07 09:41:52 2022 -0400 |
committer | Victor Vasiliev <vasilvv@google.com> | Tue Jun 07 09:41:52 2022 -0400 |
tree | f48e2f59d950621e1aa20eeb737affafa378d697 | |
parent | a0524ded5f6361c79b5bdef917611b372013a2bf [diff] |
Update googleurl to Chromium version db5425c75e7fc1080bd06737d059 The version is from Tue Jun 7 13:29:16 2022 +0000 Change-Id: Ic4570bc199652d6fed6a21884b9256b858bb197a
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.