Files
shaka-player/build/types/offline
T
Aaron Vaage ba1b24dfc9 Isolate Download Estimation
Isolate the download estimation code out of DownloadManager so that it
can be tested in isolation and allow the code in DownloadManager to
focus on downloading.

Change-Id: I509adeaf50acb77bfaa9b2128f730de2653eda81
2019-03-12 21:29:13 +00:00

20 lines
795 B
Plaintext

# The offline storage system and manifest parser plugin.
+../../lib/offline/download_manager.js
+../../lib/offline/download_progress_estimator.js
+../../lib/offline/indexeddb/db_connection.js
+../../lib/offline/indexeddb/db_operation.js
+../../lib/offline/indexeddb/eme_session_storage_cell.js
+../../lib/offline/indexeddb/storage_mechanism.js
+../../lib/offline/indexeddb/v1_storage_cell.js
+../../lib/offline/indexeddb/v2_storage_cell.js
+../../lib/offline/manifest_converter.js
+../../lib/offline/offline_manifest_parser.js
+../../lib/offline/offline_scheme.js
+../../lib/offline/offline_uri.js
+../../lib/offline/session_deleter.js
+../../lib/offline/storage.js
+../../lib/offline/storage_muxer.js
+../../lib/offline/stored_content_utils.js
+../../lib/offline/stream_bandwidth_estimator.js