|
|
Convert Widevine and Android platform key systems to KeySystemProperties
WidevineKeySystemProperties replaces the use of KeySystemInfo +
InfoBasedKeySystemProperties for widevine (logic is essentially copied).
Also updated Android platform key systems as it's simpler to convert the
APIs in android_key_systems together.
BUG= 457438
Committed: https://crrev.com/bd92f38eb9ef9cad8e3b1d57b9d8458d44ea9e11
Cr-Commit-Position: refs/heads/master@{#390571}
Total comments: 8
Total comments: 23
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+429 lines, -196 lines) |
Patch |
 |
M |
android_webview/renderer/aw_content_renderer_client.h
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
android_webview/renderer/aw_content_renderer_client.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
android_webview/renderer/aw_key_systems.h
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
android_webview/renderer/aw_key_systems.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/chrome_content_renderer_client.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/chrome_content_renderer_client.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/chrome_key_systems.h
|
View
|
1
2
3
4
5
|
1 chunk |
+15 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/chrome_key_systems.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+20 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chromecast/renderer/cast_content_renderer_client.h
|
View
|
1
2
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chromecast/renderer/cast_content_renderer_client.cc
|
View
|
1
2
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chromecast/renderer/key_systems_cast.h
|
View
|
1
2
|
1 chunk |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chromecast/renderer/key_systems_cast.cc
|
View
|
1
2
3
4
|
3 chunks |
+24 lines, -19 lines |
0 comments
|
Download
|
 |
M |
components/cdm.gypi
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/cdm/renderer/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/cdm/renderer/android_key_systems.h
|
View
|
|
1 chunk |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/cdm/renderer/android_key_systems.cc
|
View
|
1
2
3
|
6 chunks |
+77 lines, -31 lines |
0 comments
|
Download
|
 |
A |
components/cdm/renderer/widevine_key_system_properties.h
|
View
|
1
2
3
|
1 chunk |
+66 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/cdm/renderer/widevine_key_system_properties.cc
|
View
|
|
1 chunk |
+176 lines, -0 lines |
0 comments
|
Download
|
 |
D |
components/cdm/renderer/widevine_key_systems.h
|
View
|
|
1 chunk |
+0 lines, -30 lines |
0 comments
|
Download
|
 |
D |
components/cdm/renderer/widevine_key_systems.cc
|
View
|
|
1 chunk |
+0 lines, -74 lines |
0 comments
|
Download
|
 |
M |
media/base/key_system_properties.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 34 (14 generated)
|