Files
shaka-player/build/types/offline
T
Jacob Trimble beb902e826 Move common code in offline to offline_utils.
Added new offline_utils.js to hold utility methods for offline
support.  This also removes a circular dependency between
Storage and DownloadManager.

Closes #431

Change-Id: I98842c63c7ba57d4d02d7fe6bace57227982317c
2016-06-30 19:49:51 +00:00

9 lines
278 B
Plaintext

# The offline storage system and manifest parser plugin.
+../../lib/offline/db_engine.js
+../../lib/offline/download_manager.js
+../../lib/offline/offline_manifest_parser.js
+../../lib/offline/offline_scheme.js
+../../lib/offline/offline_utils.js
+../../lib/offline/storage.js