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 501153003: Don't use libvpx if it is disabled in GN build (Closed)

Created:
6 years, 4 months ago by Alpha Left Google
Modified:
6 years, 3 months ago
Reviewers:
Sergey Ulanov, brettw, hubbe
CC:
chromium-reviews, hclam+watch_chromium.org, imcheng+watch_chromium.org, chromoting-reviews_chromium.org, hguihot+watch_chromium.org, jasonroberts+watch_google.com, avayvod+watch_chromium.org, pwestin+watch_google.com, feature-media-reviews_chromium.org, miu+watch_chromium.org, hubbe+watch_chromium.org, mikhal+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Don't use libvpx if it is disabled in GN build This change excludes libvpx from linking if it is disabled. This is needed to enable linking Chrome with GN, since libvpx is not building with GN yet. Committed: https://crrev.com/a14f01541605edd7538b2faa24b766060f0d5d46 Cr-Commit-Position: refs/heads/master@{#292457}

Patch Set 1 #

Total comments: 2

Patch Set 2 : fake codec #

Total comments: 2

Patch Set 3 : fixed comments #

Patch Set 4 : fix build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -8 lines) Patch
M media/cast/BUILD.gn View 2 chunks +6 lines, -8 lines 0 comments Download
M media/cast/sender/video_encoder_impl.cc View 1 2 3 3 chunks +6 lines, -0 lines 0 comments Download
M remoting/client/software_video_renderer.cc View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M remoting/protocol/session_config.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 46 (0 generated)
Alpha Left Google
hclam@chromium.org changed reviewers: + hubbe@chromium.org, sergeyu@chromium.org
6 years, 4 months ago (2014-08-26 01:08:26 UTC) #1
Alpha Left Google
6 years, 4 months ago (2014-08-26 01:08:26 UTC) #2
brettw
brettw@chromium.org changed reviewers: + brettw@chromium.org
6 years, 4 months ago (2014-08-26 03:14:21 UTC) #3
brettw
lgtm https://codereview.chromium.org/501153003/diff/1/media/cast/sender/video_encoder_impl.cc File media/cast/sender/video_encoder_impl.cc (right): https://codereview.chromium.org/501153003/diff/1/media/cast/sender/video_encoder_impl.cc#newcode89 media/cast/sender/video_encoder_impl.cc:89: #endif // if !defined(MEDIA_DISABLE_LIBVPX) Did you mean to ...
6 years, 4 months ago (2014-08-26 03:14:21 UTC) #4
hubbe
On 2014/08/26 01:08:26, Alpha wrote: What's the point of building cast without vpx?
6 years, 3 months ago (2014-08-26 17:51:53 UTC) #5
brettw
On 2014/08/26 17:51:53, hubbe wrote: > On 2014/08/26 01:08:26, Alpha wrote: > > What's the ...
6 years, 3 months ago (2014-08-26 17:57:12 UTC) #6
Alpha Left Google
https://codereview.chromium.org/501153003/diff/1/media/cast/sender/video_encoder_impl.cc File media/cast/sender/video_encoder_impl.cc (right): https://codereview.chromium.org/501153003/diff/1/media/cast/sender/video_encoder_impl.cc#newcode89 media/cast/sender/video_encoder_impl.cc:89: #endif // if !defined(MEDIA_DISABLE_LIBVPX) On 2014/08/26 03:14:21, brettw wrote: ...
6 years, 3 months ago (2014-08-26 17:58:23 UTC) #7
Alpha Left Google
That's only for the GN build. GYP build has libvpx support. GN build is work ...
6 years, 3 months ago (2014-08-26 17:59:21 UTC) #8
hubbe
On 2014/08/26 17:59:21, Alpha wrote: > That's only for the GN build. GYP build has ...
6 years, 3 months ago (2014-08-26 18:33:26 UTC) #9
Alpha Left Google
On 2014/08/26 18:33:26, hubbe wrote: > On 2014/08/26 17:59:21, Alpha wrote: > > That's only ...
6 years, 3 months ago (2014-08-26 18:40:26 UTC) #10
brettw
On 2014/08/26 18:33:26, hubbe wrote: > On 2014/08/26 17:59:21, Alpha wrote: > > That's only ...
6 years, 3 months ago (2014-08-26 19:21:05 UTC) #11
hubbe
On 2014/08/26 19:21:05, brettw wrote: > On 2014/08/26 18:33:26, hubbe wrote: > > On 2014/08/26 ...
6 years, 3 months ago (2014-08-26 19:26:25 UTC) #12
Alpha Left Google
Thanks. This will be reverted once we have libvpx building with GN. ping sergeyu@.
6 years, 3 months ago (2014-08-26 19:29:26 UTC) #13
Sergey Ulanov
Ideally remoting/protocol/session_config.cc should be updated to disabled VP8 codec when libvpx is disabled (see CandidateSessionConfig::CreateDefault()). ...
6 years, 3 months ago (2014-08-26 20:32:41 UTC) #14
Alpha Left Google
On 2014/08/26 20:32:41, Sergey Ulanov wrote: > Ideally remoting/protocol/session_config.cc should be updated to disabled VP8 ...
6 years, 3 months ago (2014-08-26 21:03:55 UTC) #15
Alpha Left Google
The CQ bit was checked by hclam@chromium.org
6 years, 3 months ago (2014-08-26 21:03:59 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/501153003/40001
6 years, 3 months ago (2014-08-26 21:05:52 UTC) #17
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_clang_dbg on tryserver.chromium.linux ...
6 years, 3 months ago (2014-08-26 22:27:19 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-26 22:35:24 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg/builds/9880)
6 years, 3 months ago (2014-08-26 22:35:25 UTC) #20
Alpha Left Google
The CQ bit was checked by hclam@chromium.org
6 years, 3 months ago (2014-08-26 22:36:26 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/501153003/40001
6 years, 3 months ago (2014-08-26 22:38:48 UTC) #22
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_clang_dbg on tryserver.chromium.linux ...
6 years, 3 months ago (2014-08-26 22:46:47 UTC) #23
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-26 22:54:46 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg/builds/9889)
6 years, 3 months ago (2014-08-26 22:54:47 UTC) #25
Alpha Left Google
The CQ bit was checked by hclam@chromium.org
6 years, 3 months ago (2014-08-26 22:55:26 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/501153003/40001
6 years, 3 months ago (2014-08-26 22:57:19 UTC) #27
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_clang_dbg on tryserver.chromium.linux ...
6 years, 3 months ago (2014-08-26 23:03:27 UTC) #28
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-26 23:10:11 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg/builds/9895)
6 years, 3 months ago (2014-08-26 23:10:12 UTC) #30
Alpha Left Google
The CQ bit was checked by hclam@chromium.org
6 years, 3 months ago (2014-08-28 18:06:23 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/501153003/40001
6 years, 3 months ago (2014-08-28 18:07:36 UTC) #32
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_arm64_dbg_recipe on tryserver.chromium.linux ...
6 years, 3 months ago (2014-08-28 18:13:52 UTC) #33
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-28 18:21:15 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/1151) android_clang_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg_recipe/builds/728)
6 years, 3 months ago (2014-08-28 18:21:16 UTC) #35
Alpha Left Google
The CQ bit was checked by hclam@chromium.org
6 years, 3 months ago (2014-08-28 18:22:59 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/501153003/40001
6 years, 3 months ago (2014-08-28 18:23:43 UTC) #37
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_arm64_dbg_recipe on tryserver.chromium.linux ...
6 years, 3 months ago (2014-08-28 18:33:02 UTC) #38
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-28 18:40:47 UTC) #39
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/1160) android_clang_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg_recipe/builds/737)
6 years, 3 months ago (2014-08-28 18:40:49 UTC) #40
Alpha Left Google
The CQ bit was checked by hclam@chromium.org
6 years, 3 months ago (2014-08-28 18:42:04 UTC) #41
Alpha Left Google
The CQ bit was unchecked by hclam@chromium.org
6 years, 3 months ago (2014-08-28 18:42:29 UTC) #42
Alpha Left Google
The CQ bit was checked by hclam@chromium.org
6 years, 3 months ago (2014-08-28 19:53:57 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/501153003/60001
6 years, 3 months ago (2014-08-28 19:55:19 UTC) #44
commit-bot: I haz the power
Committed patchset #4 (id:60001) as 70b18bc45630f53206b6b464d8516d6e4a958efd
6 years, 3 months ago (2014-08-28 20:52:07 UTC) #45
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:02:04 UTC) #46
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/a14f01541605edd7538b2faa24b766060f0d5d46
Cr-Commit-Position: refs/heads/master@{#292457}

Powered by Google App Engine
This is Rietveld 408576698