README.md for Open Screen Library in Chromium
openscreen is built in Chromium with some build differences. The files that are built in openscreen are determined by the following build variables.
build_with_chromium:truewhen building as part of a Chromium checkout,falseotherwise. Defined//build_overrides/build.gniin Chromium.use_mdns_responder:trueby default,falsewhenbuild_with_chromiumistrue. Controls whether the default mDNSResponder mDNS implementation is used. Set byopenscreen/src/build/config/services.gni.use_chromium_quic:trueby default,falsewhenbuild_with_chromiumistrue. Controls whether the Chromium-derived QUIC implementation in openscreen is used. Set byopenscreen/src/build/config/services.gni.