Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Issue 665343002: Move KeySystemInfo to media. (Closed)

Created:
6 years, 2 months ago by xhwang
Modified:
6 years, 2 months ago
Reviewers:
ddorwin, jam, boliu, dcheng, gunsch
CC:
android-webview-reviews_chromium.org, chromium-reviews, darin-cc_chromium.org, eme-reviews_chromium.org, feature-media-reviews_chromium.org, jam, lcwu+watch_chromium.org, mcasas+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mkwst+moarreviews-ipc_chromium.org, posciak+watch_chromium.org, wjia+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Move KeySystemInfo to media/. This is a preparation to move KeySystems to media, which is needed to support Encrypted Media Extensions (EME) without relying on content. BUG=422730 Committed: https://crrev.com/1c03e830f2ab2d83e2bdc96cb399d2a43c77f576 Cr-Commit-Position: refs/heads/master@{#300992}

Patch Set 1 : #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : rebase only #

Unified diffs Side-by-side diffs Delta from patch set Stats (+154 lines, -271 lines) Patch
M android_webview/renderer/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
M android_webview/renderer/aw_content_renderer_client.h View 1 chunk +1 line, -1 line 0 comments Download
M android_webview/renderer/aw_content_renderer_client.cc View 1 chunk +1 line, -1 line 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 +1 line, -1 line 0 comments Download
M chrome/renderer/chrome_content_renderer_client.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/media/chrome_key_systems.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/media/chrome_key_systems.cc View 4 chunks +13 lines, -13 lines 0 comments Download
M chromecast/renderer/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chromecast/renderer/key_systems_cast.h View 2 chunks +4 lines, -4 lines 0 comments Download
M chromecast/renderer/key_systems_cast.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M components/cdm.gypi View 1 2 chunks +2 lines, -3 lines 0 comments Download
M components/cdm/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/cdm/browser/cdm_message_filter_android.cc View 4 chunks +8 lines, -8 lines 0 comments Download
M components/cdm/common/cdm_messages_android.h View 1 chunk +6 lines, -6 lines 0 comments Download
M components/cdm/renderer/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
M components/cdm/renderer/DEPS View 1 1 chunk +0 lines, -1 line 0 comments Download
M components/cdm/renderer/android_key_systems.h View 1 chunk +3 lines, -3 lines 0 comments Download
M components/cdm/renderer/android_key_systems.cc View 4 chunks +13 lines, -13 lines 0 comments Download
M components/cdm/renderer/widevine_key_systems.h View 2 chunks +4 lines, -3 lines 0 comments Download
M components/cdm/renderer/widevine_key_systems.cc View 1 2 chunks +7 lines, -7 lines 0 comments Download
M content/content_common.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M content/content_renderer.gypi View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
D content/public/common/eme_constants.h View 1 chunk +0 lines, -53 lines 0 comments Download
M content/public/renderer/content_renderer_client.h View 2 chunks +5 lines, -2 lines 0 comments Download
M content/public/renderer/content_renderer_client.cc View 1 chunk +1 line, -1 line 0 comments Download
D content/public/renderer/key_system_info.h View 1 chunk +0 lines, -61 lines 0 comments Download
D content/public/renderer/key_system_info.cc View 1 chunk +0 lines, -19 lines 0 comments Download
M content/renderer/media/crypto/key_systems.cc View 9 chunks +32 lines, -26 lines 0 comments Download
M content/renderer/media/crypto/key_systems_unittest.cc View 4 chunks +12 lines, -10 lines 0 comments Download
M media/base/BUILD.gn View 1 chunk +3 lines, -0 lines 0 comments Download
A + media/base/eme_constants.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + media/base/key_system_info.h View 3 chunks +8 lines, -11 lines 0 comments Download
A + media/base/key_system_info.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M media/media.gyp View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (12 generated)
gunsch
chromecast/ LGTM
6 years, 2 months ago (2014-10-22 03:43:10 UTC) #10
xhwang
jam: Please OWNERS review content/public/* and chrome/renderer/*. Please see the comment/question I had. ddorwin: Please ...
6 years, 2 months ago (2014-10-22 07:00:09 UTC) #12
ddorwin
Mostly LG, pending jam's response to your comment in content_renderer_client.h. https://codereview.chromium.org/665343002/diff/80001/components/cdm/renderer/BUILD.gn File components/cdm/renderer/BUILD.gn (right): https://codereview.chromium.org/665343002/diff/80001/components/cdm/renderer/BUILD.gn#newcode21 ...
6 years, 2 months ago (2014-10-22 22:41:41 UTC) #13
xhwang
jam: kindly ping!
6 years, 2 months ago (2014-10-23 16:37:16 UTC) #14
jam
lgtm https://codereview.chromium.org/665343002/diff/80001/content/public/renderer/content_renderer_client.h File content/public/renderer/content_renderer_client.h (right): https://codereview.chromium.org/665343002/diff/80001/content/public/renderer/content_renderer_client.h#newcode249 content/public/renderer/content_renderer_client.h:249: virtual void AddKeySystems(std::vector<media::KeySystemInfo>* key_systems); On 2014/10/22 07:00:09, xhwang ...
6 years, 2 months ago (2014-10-23 20:12:23 UTC) #15
boliu
android_webview rs lgtm
6 years, 2 months ago (2014-10-23 20:14:26 UTC) #16
xhwang
ddorwin: PTAL again. dcheng: Please OWNERS review components/cdm/common/cdm_messages_android.h https://codereview.chromium.org/665343002/diff/80001/components/cdm/renderer/BUILD.gn File components/cdm/renderer/BUILD.gn (right): https://codereview.chromium.org/665343002/diff/80001/components/cdm/renderer/BUILD.gn#newcode21 components/cdm/renderer/BUILD.gn:21: "//content/public/common", ...
6 years, 2 months ago (2014-10-23 20:39:16 UTC) #17
dcheng
rslgtm for namespace changes in: components/cdm/browser/cdm_message_filter_android.cc components/cdm/common/cdm_messages_android.h
6 years, 2 months ago (2014-10-23 20:43:45 UTC) #19
dcheng
rs lgtm even
6 years, 2 months ago (2014-10-23 20:44:03 UTC) #20
xhwang
rebase only
6 years, 2 months ago (2014-10-23 21:01:31 UTC) #21
ddorwin
LGTM. Thanks
6 years, 2 months ago (2014-10-23 21:58:50 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/665343002/120001
6 years, 2 months ago (2014-10-23 22:03:18 UTC) #24
commit-bot: I haz the power
Committed patchset #3 (id:120001)
6 years, 2 months ago (2014-10-24 00:03:41 UTC) #25
commit-bot: I haz the power
6 years, 2 months ago (2014-10-24 00:04:20 UTC) #26
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/1c03e830f2ab2d83e2bdc96cb399d2a43c77f576
Cr-Commit-Position: refs/heads/master@{#300992}

Powered by Google App Engine
This is Rietveld 408576698