• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H12-Nov-2020-100,19472,521

OWNERSH A D07-Nov-2020103 64

README.chromiumH A D07-Nov-2020912 2620

README.mdH A D07-Nov-2020793 1411

README.chromium

1Name: Open Screen Protocol Library
2Short Name: openscreen
3URL: https://chromium.googlesource.com/openscreen
4Version: 0
5Revision: 9499a256bc609e9efdf15a268fd047127870af41
6License: BSD
7License File: src/LICENSE
8Security Critical: yes
9License Android Compatible: yes
10
11Description:
12This implements the Open Screen Protocol.  Open Screen Protocol is an open
13source implementation of a network protocol necessary to implement, among other
14things, the Presentation API.  For the working draft spec, see
15https://github.com/webscreens/openscreenprotocol/.
16
17Update with:
18git log --date=short --no-merges --format='%ad %ae %s' -- third_party/openscreen
19
202019-10-21 mfoltz@chromium.org Update README.chromium
212019-10-21 mfoltz@chromium.org Adds a README.md
222019-09-30 efoo@chromium.org Add # COMPONENT: Internals>Cast>Providers as per suggested by mfoltz@
232019-09-26 efoo@chromium.org Add Component: Blink>PresentationAPI
24
25
26

README.md

1# README.md for Open Screen Library in Chromium
2
3openscreen is built in Chromium with some build differences.  The files that are
4built in openscreen are determined by the following build variables.
5
6 - `build_with_chromium`: `true` when building as part of a Chromium checkout,
7 `false` otherwise.  Defined `//build_overrides/build.gni` in Chromium.
8 - `use_mdns_responder`: `true` by default, `false` when `build_with_chromium`
9 is `true`.  Controls whether the default mDNSResponder mDNS implementation is
10 used.  Set by `openscreen/src/build/config/services.gni.`
11 - `use_chromium_quic`: `true` by default, `false` when `build_with_chromium` is
12 `true`.  Controls whether the Chromium-derived QUIC implementation in
13 openscreen is used.  Set by `openscreen/src/build/config/services.gni`.
14