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

Unified Diff: content/common/BUILD.gn

Issue 1087873003: Fix errors found in Mac gn component builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try to fix sandbox_mac_unittests Created 5 years, 8 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 | « content/browser/BUILD.gn ('k') | gpu/command_buffer/service/BUILD.gn » ('j') | no next file with comments »
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 d093840095c81763b1adf006aec21a6104351f52..37e28986f14a440a45a724a22a37aa111cddd638 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -207,6 +207,11 @@ source_set("common") {
sources += [
"gpu/client/gpu_memory_buffer_impl_io_surface.cc",
"gpu/client/gpu_memory_buffer_impl_io_surface.h",
+ "gpu/gpu_memory_buffer_factory_io_surface.cc",
+ "gpu/gpu_memory_buffer_factory_io_surface.h",
+ "gpu/media/vt.h",
+ "gpu/media/vt_video_decode_accelerator.cc",
+ "gpu/media/vt_video_decode_accelerator.h",
] + get_target_outputs(":libvt_generate_stubs")
sources -= [ "plugin_list_posix.cc" ]
@@ -219,7 +224,11 @@ source_set("common") {
"//third_party/WebKit/public:resources",
"//ui/accelerated_widget_mac",
]
- libs += [ "QuartzCore.framework" ]
+ libs += [
+ "IOSurface.framework",
+ "OpenGL.framework",
+ "QuartzCore.framework",
+ ]
}
if (is_android) {
« no previous file with comments | « content/browser/BUILD.gn ('k') | gpu/command_buffer/service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698