commit | fddbc1868a90d3199aa0bb783a023364647921c5 | [log] [tgz] |
---|---|---|
author | Victor Vasiliev <vasilvv@google.com> | Wed Dec 14 17:16:52 2022 -0500 |
committer | Victor Vasiliev <vasilvv@google.com> | Wed Dec 14 17:16:52 2022 -0500 |
tree | ad55821db92fbc49fdc9890efc2362444ed3c437 | |
parent | d255b4a1c87925d9d018ca1a7b2c08bb10f17ef6 [diff] |
Update googleurl to the latest Chromium version This updates googleurl to the Chromium upstream version 8948596515b3eaf06c0e3db256c9513b5dca52d8 from Tue Dec 13 16:51:45 2022 +0000 Change-Id: I16d52bfff8ebf049358821c8c8c0b11c377e6268
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.