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

Unified Diff: media/blink/BUILD.gn

Issue 1405783002: Support desktop media pipeline on Android for GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « media/base/BUILD.gn ('k') | media/cdm/ppapi/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/BUILD.gn
diff --git a/media/blink/BUILD.gn b/media/blink/BUILD.gn
index a805c42fca8cf76c8de93a73bf0b66013c72dc3a..ec7538d0d1ee855f88c692ed3ebab24665f6e479 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//testing/test.gni")
+import("//media/media_options.gni")
watk 2015/10/14 21:51:42 Order alphabetically?
Tima Vaisburd 2015/10/14 22:08:31 Done.
component("blink") {
output_name = "media_blink"
@@ -75,7 +76,7 @@ component("blink") {
"websourcebuffer_impl.h",
]
- if (is_android) {
+ if (is_android && !media_use_ffmpeg) {
watk 2015/10/14 21:51:42 I think this would be more idiomatic gn (and clear
Tima Vaisburd 2015/10/14 22:08:31 Done.
sources -= [
"encrypted_media_player_support.cc",
"encrypted_media_player_support.h",
« no previous file with comments | « media/base/BUILD.gn ('k') | media/cdm/ppapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698