commit | 6dafefa72cba2ab2ba4922d17a30618e9617c7cf | [log] [tgz] |
---|---|---|
author | Dan Zhang <danzh@google.com> | Mon Jun 22 16:17:51 2020 -0400 |
committer | Dan Zhang <danzh@google.com> | Mon Jun 22 16:17:51 2020 -0400 |
tree | 059db8f8375e51d37e1cf6435b4b82f04be3d790 | |
parent | dbf5ad147f60afc125e99db7549402af49a5eae8 [diff] |
move build_config.bzl to subdirectory Change-Id: I49f68dd6d761cd78294efe5ec1f2e908aa834d37
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, -std=c++14
and -fno-strict-aliasing
compile flags 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" //...
polyfill/
as appropriate.