Commit dba29b06 authored by jfroy's avatar jfroy Committed by Commit bot

Include Mac media glue code in iOS builds.

BUG=410527
R=rsesek, DaleCurtis

Review URL: https://codereview.chromium.org/533423002

Cr-Commit-Position: refs/heads/master@{#293782}
parent 817ca9b5
......@@ -340,6 +340,12 @@ component("media") {
]
}
if (is_ios) {
deps += [
"//media/base/mac",
]
}
if (is_win) {
libs += [
"mf.lib",
......
......@@ -988,7 +988,19 @@
'base/keyboard_event_counter.h',
],
}],
],
], # conditions
'target_conditions': [
['OS == "ios" and _toolset != "host"', {
'sources/': [
# Pull in specific Mac files for iOS (which have been filtered out
# by file name rules).
['include', '^base/mac/avfoundation_glue\\.h$'],
['include', '^base/mac/avfoundation_glue\\.mm$'],
['include', '^base/mac/coremedia_glue\\.h$'],
['include', '^base/mac/coremedia_glue\\.mm$'],
],
}],
], # target_conditions
},
{
# GN version: //media/mojo/interfaces
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment