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

Unified Diff: media/BUILD.gn

Issue 533423002: Include Mac media glue code in iOS builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base-glue
Patch Set: Rebase Created 6 years, 3 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 | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index e548b5dc64e3a5d5baa37874aec2e417f3e60fc1..caf41d85d6d873b87dd33f2fbd5a6005bb439df3 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -340,6 +340,12 @@ component("media") {
]
}
+ if (is_ios) {
+ deps += [
+ "//media/base/mac",
+ ]
+ }
+
if (is_win) {
libs += [
"mf.lib",
« no previous file with comments | « no previous file | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698