1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 assert(is_mac || is_ios)
8 set_sources_assignment_filter([])
15 "videotoolbox_glue.h",
16 "videotoolbox_glue.mm",
20 "avfoundation_glue.h",
21 "avfoundation_glue.mm",
24 # Required by video_frame_mac.cc.
25 "CoreVideo.framework",
28 set_sources_assignment_filter(sources_assignment_filter)
29 configs += [ "//media:media_config" ]
32 source_set("unittests") {
35 "video_frame_mac_unittests.cc",
37 configs += [ "//media:media_config" ]