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

Issue 393813002: content_renderer: Depend on libyuv even if WebRTC is not enabled. (Closed)

Created:
6 years, 5 months ago by Raphael Kubo da Costa (rakuco)
Modified:
6 years, 5 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam
Project:
chromium
Visibility:
Public.

Description

content_renderer: Depend on libyuv even if WebRTC is not enabled. video_decoder_shim.cc uses libyuv, and the build fails if we're not building in component=shared_library mode and enable_webrtc=0: In file included from ../../third_party/libyuv/include/libyuv.h:15:0, from ../../content/renderer/pepper/video_decoder_shim.cc:25: ../../third_party/libyuv/include/libyuv/compare.h:14:32: fatal error: libyuv/basic_types.h: No such file or directory #include "libyuv/basic_types.h" ^ R=dmichael@chromium.org, bbudge@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283541

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M content/content_renderer.gypi View 1 chunk +1 line, -0 lines 2 comments Download

Messages

Total messages: 7 (0 generated)
Raphael Kubo da Costa (rakuco)
https://codereview.chromium.org/393813002/diff/1/content/content_renderer.gypi File content/content_renderer.gypi (right): https://codereview.chromium.org/393813002/diff/1/content/content_renderer.gypi#newcode856 content/content_renderer.gypi:856: '../third_party/libyuv/libyuv.gyp:libyuv', I'm not sure depending on libyuv both here ...
6 years, 5 months ago (2014-07-15 12:46:26 UTC) #1
bbudge
https://codereview.chromium.org/393813002/diff/1/content/content_renderer.gypi File content/content_renderer.gypi (right): https://codereview.chromium.org/393813002/diff/1/content/content_renderer.gypi#newcode856 content/content_renderer.gypi:856: '../third_party/libyuv/libyuv.gyp:libyuv', On 2014/07/15 12:46:26, Raphael Kubo da Costa (rakuco) ...
6 years, 5 months ago (2014-07-16 01:20:12 UTC) #2
Raphael Kubo da Costa (rakuco)
+jam, brettw, jochen for content/
6 years, 5 months ago (2014-07-16 07:26:03 UTC) #3
jochen (gone - plz use gerrit)
lgtm
6 years, 5 months ago (2014-07-16 08:57:52 UTC) #4
Raphael Kubo da Costa (rakuco)
The CQ bit was checked by raphael.kubo.da.costa@intel.com
6 years, 5 months ago (2014-07-16 10:03:06 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raphael.kubo.da.costa@intel.com/393813002/1
6 years, 5 months ago (2014-07-16 10:04:17 UTC) #6
commit-bot: I haz the power
6 years, 5 months ago (2014-07-16 22:13:53 UTC) #7
Message was sent while issue was closed.
Change committed as 283541

Powered by Google App Engine
This is Rietveld 408576698