Commit 1b4b6838 authored by Becca Hughes's avatar Becca Hughes Committed by Chromium LUCI CQ

Remove Shaka Player from the repo

It was used by Kaleidoscope which has now been
removed.

Change-Id: I03b0a6cf4d0da45f12b80d3eab8b0fbd041a5523
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2613284
Auto-Submit: Becca Hughes <beccahughes@chromium.org>
Reviewed-by: default avatarTommy Steimel <steimel@chromium.org>
Commit-Queue: Becca Hughes <beccahughes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#842650}
parent 491be35c
...@@ -1417,16 +1417,6 @@ deps = { ...@@ -1417,16 +1417,6 @@ deps = {
'src/third_party/ruy/src': 'src/third_party/ruy/src':
Var('chromium_git') + '/external/github.com/google/ruy.git' + '@' + '34ea9f4993955fa1ff4eb58e504421806b7f2e8f', Var('chromium_git') + '/external/github.com/google/ruy.git' + '@' + '34ea9f4993955fa1ff4eb58e504421806b7f2e8f',
'src/third_party/shaka-player/dist': {
'packages': [
{
'package': 'chromium/third_party/shaka-player',
'version': '82FcUTdHazqTIVQG-bKn_oXNI5880G2k_rL0bICTeDgC',
},
],
'dep_type': 'cipd',
},
'src/third_party/skia': 'src/third_party/skia':
Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'), Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'),
......
This diff is collapsed.
beccahughes@chromium.org
steimel@chromium.org
Name: Shaka Player
Short Name: shaka-player
URL: https://github.com/google/shaka-player
Version: 3.0.4
License: Apache 2.0
License File: LICENSE
Security Critical: Yes
Description:
Shaka Player is an open-source JavaScript library for adaptive media. It is used
by Chrome Kaleidoscope to play video content in the UI that uses DASH.
Local Modifications:
None. Take the most recent version from the official releases page:
https://github.com/google/shaka-player/releases
# To create CIPD package run the following command.
# cipd create --pkg-def cipd.yaml
package: chromium/third_party/shaka-player
description: Shaka Player
root: ./dist
install_mode: copy
data:
- file: package.json
- file: shaka-player.ui.externs.js
- file: shaka-player.ui.js
- file: shaka-player.ui.map
- file: wrapper.js
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment