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

Issue 1430063003: use MEDIA_BLINK_EXPORT in media/blink (Closed)

Created:
5 years, 1 month ago by hubbe
Modified:
5 years, 1 month ago
Reviewers:
xhwang, ddorwin
CC:
chromium-reviews, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

use MEDIA_BLINK_EXPORT in media/blink media/blink is a separate module from media/, and needs it's own export macro. Currently everything works, but mostly because of happy accidents. When adding new code and tests to media/blink I discovered that some symbols were not available on component builds because they were imported rather than exported. This fixes that. Unfortunately I do not remember which symbols I had a problem with. Committed: https://crrev.com/08fb799636968bc14629b4c24e0ce5834dac0f71 Cr-Commit-Position: refs/heads/master@{#358485}

Patch Set 1 #

Total comments: 12

Patch Set 2 : comments addressed + formatted #

Total comments: 2

Patch Set 3 : no (c) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -52 lines) Patch
M media/base/media_client.h View 1 chunk +1 line, -1 line 0 comments Download
M media/blink/BUILD.gn View 1 2 chunks +2 lines, -1 line 0 comments Download
M media/blink/active_loader.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M media/blink/buffered_data_source.h View 3 chunks +3 lines, -3 lines 0 comments Download
M media/blink/buffered_data_source_host_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M media/blink/buffered_resource_loader.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/blink/cache_util.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M media/blink/cdm_result_promise_helper.h View 2 chunks +7 lines, -7 lines 0 comments Download
M media/blink/key_system_config_selector.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/blink/media_blink.gyp View 1 2 chunks +2 lines, -1 line 0 comments Download
A media/blink/media_blink_export.h View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
M media/blink/new_session_cdm_result_promise.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/blink/video_frame_compositor.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/blink/webaudiosourceprovider_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/blink/webcontentdecryptionmodule_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/blink/webencryptedmediaclient_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/blink/webmediaplayer_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/blink/webmediaplayer_params.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/blink/webmediaplayer_util.h View 2 chunks +12 lines, -12 lines 0 comments Download
M media/blink/webmediasource_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
hubbe
5 years, 1 month ago (2015-11-06 21:50:39 UTC) #2
ddorwin
+xhwang for thoughts on MediaClient and media/blink. Please provide more on the motivation in the ...
5 years, 1 month ago (2015-11-06 22:04:23 UTC) #4
hubbe
CL description updated... https://codereview.chromium.org/1430063003/diff/1/media/base/media_client.h File media/base/media_client.h (right): https://codereview.chromium.org/1430063003/diff/1/media/base/media_client.h#newcode24 media/base/media_client.h:24: #if defined(MEDIA_IMPLEMENTATION) || defined(MEDIA_BLINK_IMPLEMENTATION) On 2015/11/06 ...
5 years, 1 month ago (2015-11-06 22:19:40 UTC) #6
ddorwin
https://codereview.chromium.org/1430063003/diff/1/media/base/media_client.h File media/base/media_client.h (right): https://codereview.chromium.org/1430063003/diff/1/media/base/media_client.h#newcode24 media/base/media_client.h:24: #if defined(MEDIA_IMPLEMENTATION) || defined(MEDIA_BLINK_IMPLEMENTATION) On 2015/11/06 22:19:40, hubbe wrote: ...
5 years, 1 month ago (2015-11-06 22:49:02 UTC) #7
xhwang
Actually we already have CC_BLINK_EXPORT and GPU_BLINK_EXPORT. So this change looks good % nits. But ...
5 years, 1 month ago (2015-11-06 23:43:19 UTC) #8
hubbe
PTAL https://chromiumcodereview.appspot.com/1430063003/diff/1/media/base/media_client.h File media/base/media_client.h (right): https://chromiumcodereview.appspot.com/1430063003/diff/1/media/base/media_client.h#newcode24 media/base/media_client.h:24: #if defined(MEDIA_IMPLEMENTATION) || defined(MEDIA_BLINK_IMPLEMENTATION) On 2015/11/06 23:43:18, xhwang ...
5 years, 1 month ago (2015-11-06 23:52:12 UTC) #9
xhwang
Could you please update your CL description with some more info about the issue you ...
5 years, 1 month ago (2015-11-06 23:58:33 UTC) #10
hubbe
Updated the description a bit, unfortunately I do not remember the exact symbols.. https://chromiumcodereview.appspot.com/1430063003/diff/20001/media/blink/media_blink_export.h File ...
5 years, 1 month ago (2015-11-07 00:18:21 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1430063003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1430063003/40001
5 years, 1 month ago (2015-11-07 00:19:51 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 1 month ago (2015-11-07 01:26:19 UTC) #16
commit-bot: I haz the power
5 years, 1 month ago (2015-11-07 01:27:16 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/08fb799636968bc14629b4c24e0ce5834dac0f71
Cr-Commit-Position: refs/heads/master@{#358485}

Powered by Google App Engine
This is Rietveld 408576698