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

Unified Diff: content/content_renderer.gypi

Issue 9271028: android build: progress on content and libjingle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: simplify conditional to make work on non-Android Created 8 years, 11 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 | « content/content_browser.gypi ('k') | content/public/browser/browser_context.h » ('j') | 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 9843407b4c29202396fababa0e30f545125b1149..1d6d0e4e634782e52a9d93857f017aa859f8ccea 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -262,6 +262,13 @@
'../base/allocator/allocator.gyp:allocator',
],
}],
+ # TODO(jrg): remove the OS=="android" section?
+ # Understand better how media_stream_ is tied into Chromium.
+ ['enable_webrtc==0 and OS=="android"', {
+ 'sources/': [
+ ['exclude', '^renderer/media/media_stream_'],
+ ],
+ }],
['enable_webrtc==1', {
'dependencies': [
'../third_party/webrtc/modules/modules.gyp:video_capture_module',
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698