commit | a0a9447f8fcb51232f0fdf3ca4e3c963880b127b | [log] [tgz] |
---|---|---|
author | Victor Vasiliev <vasilvv@google.com> | Sun Oct 15 23:47:33 2023 -0400 |
committer | Victor Vasiliev <vasilvv@google.com> | Sun Oct 15 23:47:33 2023 -0400 |
tree | 4587a01de742f98429b71bf8b73a24cba676bf14 | |
parent | 615bc8c895bab41c47fad4a116e1eb77de23762e [diff] |
Roll googleurl to the latest Chromium upstream This updates up to Chromium commit c42ff2e06f1bec13abfa625ad629e67b24cf6a66 from Fri Oct 13 15:43:03 2023 +0000 Change-Id: I8bd5bc4438ffa05211e9218c6da906dfe2fb8fba
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.