Chromium Code Reviews| 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", |