commit | 5573f9aa120f3fbd378ca1b2565bbf7d223cd542 | [log] [tgz] |
---|---|---|
author | Victor Vasiliev <vasilvv@google.com> | Thu Jul 06 00:49:08 2023 -0400 |
committer | Victor Vasiliev <vasilvv@google.com> | Thu Jul 06 00:49:08 2023 -0400 |
tree | 2898e2bcddc19cb554791f37e1b53b1f82fb178d | |
parent | ef6a4f8b2f5a418313cfae6471ed9734b5fcea91 [diff] |
Sync googleurl with the Chromium upstream Updates up to the version 62ea163d27b1472e3d4fb01cbef18529917c17da from Thu Jul 6 04:19:31 2023 +0000 Change-Id: I39a8b29812eff97ddc23525f261013a8882df1dd
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++17" //...
(C++17 is replacible with later C++ versions)polyfill/
as appropriate.