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

Unified Diff: content/content_renderer.gypi

Issue 393813002: content_renderer: Depend on libyuv even if WebRTC is not enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 100f9f0c9cfb0d709aea5f6105bf0fbc5255b65d..364cc1187a4311574c473febc0ecc19c0a52fd3d 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -853,6 +853,7 @@
'../ppapi/ppapi_internal.gyp:ppapi_host',
'../ppapi/ppapi_internal.gyp:ppapi_proxy',
'../ppapi/ppapi_internal.gyp:ppapi_shared',
+ '../third_party/libyuv/libyuv.gyp:libyuv',
Raphael Kubo da Costa (rakuco) 2014/07/15 12:46:26 I'm not sure depending on libyuv both here and if
bbudge 2014/07/16 01:20:12 I'm no gyp expert but it seems OK to me. But you'l
],
}, { # enable_plugins==0
'sources!': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698