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

Issue 2577743002: [chromecast] Deletes libcast_media_1.0_default_core. (Closed)

Created:
4 years ago by alokp
Modified:
4 years ago
CC:
chromium-reviews, alokp+watch_chromium.org, lcwu+watch_chromium.org, halliwell+watch_chromium.org, feature-media-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[chromecast] Deletes libcast_media_1.0_default_core. Links against libcast_media_1.0_default on desktop by default. BUG=581453 Committed: https://crrev.com/7820158d927c0128b492b1180707843d8e7193cf Cr-Commit-Position: refs/heads/master@{#439322}

Patch Set 1 #

Patch Set 2 : moves backend files to cma/backend #

Total comments: 9

Patch Set 3 : rebase + simplify libcast_media target #

Unified diffs Side-by-side diffs Delta from patch set Stats (+160 lines, -372 lines) Patch
M chromecast/BUILD.gn View 1 chunk +0 lines, -6 lines 0 comments Download
M chromecast/media/BUILD.gn View 1 2 1 chunk +5 lines, -32 lines 0 comments Download
M chromecast/media/base/BUILD.gn View 1 1 chunk +0 lines, -77 lines 0 comments Download
D chromecast/media/base/cast_media_android.cc View 1 1 chunk +0 lines, -61 lines 0 comments Download
D chromecast/media/base/cast_media_default.cc View 1 1 chunk +0 lines, -116 lines 0 comments Download
D chromecast/media/base/cast_media_dummy.cc View 1 1 chunk +0 lines, -58 lines 0 comments Download
M chromecast/media/cma/backend/BUILD.gn View 1 2 2 chunks +54 lines, -6 lines 0 comments Download
M chromecast/media/cma/backend/alsa/BUILD.gn View 1 3 chunks +2 lines, -2 lines 0 comments Download
M chromecast/media/cma/backend/alsa/media_pipeline_backend_alsa.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chromecast/media/cma/backend/alsa/media_pipeline_backend_alsa.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
A chromecast/media/cma/backend/alsa/video_decoder_alsa.h View 1 1 chunk +41 lines, -0 lines 0 comments Download
A chromecast/media/cma/backend/alsa/video_decoder_alsa.cc View 1 1 chunk +49 lines, -0 lines 0 comments Download
A + chromecast/media/cma/backend/cast_media_android.cc View 1 1 chunk +2 lines, -4 lines 0 comments Download
A + chromecast/media/cma/backend/cast_media_default.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
A + chromecast/media/cma/backend/cast_media_dummy.cc View 1 1 chunk +2 lines, -4 lines 0 comments Download

Messages

Total messages: 28 (13 generated)
alokp
4 years ago (2016-12-14 19:41:45 UTC) #2
kmackay
4 years ago (2016-12-14 19:49:07 UTC) #4
alokp
slan@: I followed your suggestion of not creating a separate target for default backend. kmackay@: ...
4 years ago (2016-12-14 22:25:53 UTC) #7
alokp
https://codereview.chromium.org/2577743002/diff/20001/chromecast/media/BUILD.gn File chromecast/media/BUILD.gn (right): https://codereview.chromium.org/2577743002/diff/20001/chromecast/media/BUILD.gn#newcode62 chromecast/media/BUILD.gn:62: # TODO(alokp): Remove this dependency by refactoring This TODO ...
4 years ago (2016-12-15 22:37:56 UTC) #10
alokp
Byungchul: Ping!
4 years ago (2016-12-16 06:37:32 UTC) #11
byungchul
https://codereview.chromium.org/2577743002/diff/20001/chromecast/media/cma/backend/BUILD.gn File chromecast/media/cma/backend/BUILD.gn (right): https://codereview.chromium.org/2577743002/diff/20001/chromecast/media/cma/backend/BUILD.gn#newcode28 chromecast/media/cma/backend/BUILD.gn:28: sources += [ "cast_media_android.cc" ] why doesn't android link ...
4 years ago (2016-12-16 18:26:29 UTC) #14
alokp
https://codereview.chromium.org/2577743002/diff/20001/chromecast/media/cma/backend/BUILD.gn File chromecast/media/cma/backend/BUILD.gn (right): https://codereview.chromium.org/2577743002/diff/20001/chromecast/media/cma/backend/BUILD.gn#newcode28 chromecast/media/cma/backend/BUILD.gn:28: sources += [ "cast_media_android.cc" ] On 2016/12/16 18:26:29, byungchul ...
4 years ago (2016-12-16 18:29:37 UTC) #15
slan
https://codereview.chromium.org/2577743002/diff/20001/chromecast/media/cma/backend/BUILD.gn File chromecast/media/cma/backend/BUILD.gn (right): https://codereview.chromium.org/2577743002/diff/20001/chromecast/media/cma/backend/BUILD.gn#newcode28 chromecast/media/cma/backend/BUILD.gn:28: sources += [ "cast_media_android.cc" ] On 2016/12/16 18:29:37, alokp ...
4 years ago (2016-12-16 23:04:15 UTC) #16
byungchul
lgtm https://codereview.chromium.org/2577743002/diff/20001/chromecast/media/cma/backend/BUILD.gn File chromecast/media/cma/backend/BUILD.gn (right): https://codereview.chromium.org/2577743002/diff/20001/chromecast/media/cma/backend/BUILD.gn#newcode28 chromecast/media/cma/backend/BUILD.gn:28: sources += [ "cast_media_android.cc" ] On 2016/12/16 23:04:14, ...
4 years ago (2016-12-16 23:53:00 UTC) #17
slan
On 2016/12/16 23:53:00, byungchul wrote: > lgtm > > https://codereview.chromium.org/2577743002/diff/20001/chromecast/media/cma/backend/BUILD.gn > File chromecast/media/cma/backend/BUILD.gn (right): > ...
4 years ago (2016-12-16 23:58:04 UTC) #18
alokp
Now that cast_media_unittests does not depend on the default backend, I was able to further ...
4 years ago (2016-12-17 01:16:56 UTC) #19
halliwell
On 2016/12/17 01:16:56, alokp wrote: > Now that cast_media_unittests does not depend on the default ...
4 years ago (2016-12-17 02:20:46 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2577743002/40001
4 years ago (2016-12-17 03:08:38 UTC) #23
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-12-17 04:43:44 UTC) #26
commit-bot: I haz the power
4 years ago (2016-12-17 04:48:17 UTC) #28
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/7820158d927c0128b492b1180707843d8e7193cf
Cr-Commit-Position: refs/heads/master@{#439322}

Powered by Google App Engine
This is Rietveld 408576698