| commit | 94ff147fe0b96b4cca5d6d316b9af6210c0b8051 | [log] [tgz] |
|---|---|---|
| author | Victor Vasiliev <vasilvv@google.com> | Mon Nov 10 08:43:50 2025 +0000 |
| committer | Victor Vasiliev <vasilvv@google.com> | Mon Nov 10 00:51:02 2025 -0800 |
| tree | 1bc2fffb5267070c7129ac9db892ac369e2a4b34 | |
| parent | e6c272102e0554e02c1bb317edff927ee56c7d0b [diff] |
Roll googleurl to the latest version This is based on Chromium commit f1d6ff420ea2ca807718d8204c1e26ff45119e95 from Sun Nov 9 23:54:57 2025 -0800 Some of the Copybara fixes are borrowed from https://quiche-review.git.corp.google.com/c/googleurl/+/11780 Change-Id: Iec1f43f65d4a8a8953e5054d2fefee483f719210
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++20 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++20" //... (C++20 is replacible with later C++ versions)polyfill/ as appropriate.