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

Unified Diff: media/base/mac/BUILD.gn

Issue 2529493002: mac: Remove more media/base/mac glue unneeded now that we target 10.9 (Closed)
Patch Set: . Created 4 years, 1 month 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/browser/renderer_host/media/video_capture_manager.cc ('k') | media/base/mac/avfoundation_glue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/mac/BUILD.gn
diff --git a/media/base/mac/BUILD.gn b/media/base/mac/BUILD.gn
index 662a66b597848defe2a8e3078bdcf87245afd141..ab2057183ef931893fcfb82378b8a022f75f25e7 100644
--- a/media/base/mac/BUILD.gn
+++ b/media/base/mac/BUILD.gn
@@ -13,24 +13,17 @@ source_set("mac") {
set_sources_assignment_filter([])
sources = [
- "coremedia_glue.h",
- "coremedia_glue.mm",
- "corevideo_glue.h",
"video_frame_mac.cc",
"video_frame_mac.h",
- "videotoolbox_glue.h",
- "videotoolbox_glue.mm",
"videotoolbox_helpers.cc",
"videotoolbox_helpers.h",
]
if (is_mac) {
- sources += [
- "avfoundation_glue.h",
- "avfoundation_glue.mm",
- ]
libs = [
"AVFoundation.framework",
+ "CoreMedia.framework",
"CoreVideo.framework", # Required by video_frame_mac.cc.
+ "VideoToolbox.framework",
]
}
set_sources_assignment_filter(sources_assignment_filter)
« no previous file with comments | « content/browser/renderer_host/media/video_capture_manager.cc ('k') | media/base/mac/avfoundation_glue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698