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

Unified Diff: content/common/BUILD.gn

Issue 1828523003: Mac: Use AVSampleBufferDisplayLayer for 4:2:0 surfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | content/common/gpu/ca_layer_tree_mac.h » ('j') | content/common/gpu/ca_layer_tree_mac.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index e6f54e8573a3d90b89ef3e077a3f6be1dc9cb19e..7d02b1f8351e452f9b5a8cbb40da077ff3124d38 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -244,6 +244,9 @@ source_set("common") {
]
lib_dirs = [ "$mac_sdk_path/usr/lib" ]
libs += [
+ "AVFoundation.framework",
+ "CoreMedia.framework",
erikchen 2016/03/23 17:44:59 I see you using CM* prefixed functions, but no inc
ccameron 2016/03/23 18:26:20 Added CoreMedia.h to ca_layer_tree_mac.mm
+ "CoreVideo.framework",
"IOSurface.framework",
"OpenGL.framework",
"QuartzCore.framework",
« no previous file with comments | « no previous file | content/common/gpu/ca_layer_tree_mac.h » ('j') | content/common/gpu/ca_layer_tree_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698