shaka-packager/packager/hls
KongQun Yang b209aeeb7a Remove the usage of JsonWriter in SimpleHlsNotifier
Use protobuf utilities instead.

packager/base/json_writer comes from Chromium base. We are going
to switch to abseil which does not have a JSON library.

This is unfortunately, at the expense of increased output binary size.
packager binary increases by about 300KB due to:
- Protos cannot be compiled with LITE_RUNTIME any more.
- Additional protobuf library needed to convert between JSON and proto.

Change-Id: I45a497376925b42d147ffcaabcfc2fa4dbdeacc1
2018-05-15 20:06:54 +00:00
..
base Remove the usage of JsonWriter in SimpleHlsNotifier 2018-05-15 20:06:54 +00:00
public Enable segment auto removal for live packaging 2018-05-02 00:18:42 +00:00
hls.gyp Move Tag to Own File 2018-02-01 17:02:46 +00:00