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

Unified Diff: media/blink/media_blink.gyp

Issue 1230793009: Initial support for the desktop media pipeline on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build_ffmpegsumo is gone! yay Created 5 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 | « content/renderer/render_frame_impl.cc ('k') | media/ffmpeg/ffmpeg_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/media_blink.gyp
diff --git a/media/blink/media_blink.gyp b/media/blink/media_blink.gyp
index 3462a382c99d6165462a9d4b43ca982e7f7c8afc..254705ba47ddbec1987efc56fa4b3ee8db05e21b 100644
--- a/media/blink/media_blink.gyp
+++ b/media/blink/media_blink.gyp
@@ -3,6 +3,9 @@
# found in the LICENSE file.
{
+ 'includes': [
+ '../media_variables.gypi'
+ ],
'targets': [
{
# GN version: //media/blink
@@ -76,7 +79,7 @@
'websourcebuffer_impl.h',
],
'conditions': [
- ['OS=="android"', {
+ ['OS=="android" and media_use_ffmpeg==0', {
'sources!': [
'encrypted_media_player_support.cc',
'encrypted_media_player_support.h',
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | media/ffmpeg/ffmpeg_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698