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

Unified Diff: media/gpu/BUILD.gn

Issue 1961473003: [Mac/GN] Set up the component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment and rebase Created 4 years, 7 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 | « media/capture/BUILD.gn ('k') | media/midi/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/BUILD.gn
diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
index 0b9a9be4a227a83737f16d185ca05721aae4779d..09f394371349fd0050ff9f5c0c9cfbfe7091d838 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -185,14 +185,10 @@ component("gpu") {
"vt_video_encode_accelerator_mac.h",
] + get_target_outputs(":libvt_generate_stubs")
deps += [ ":libvt_generate_stubs" ]
- lib_dirs = [ "$mac_sdk_path/usr/lib" ]
- libs = [
- "AVFoundation.framework",
- "CoreMedia.framework",
- "CoreVideo.framework",
- "IOSurface.framework",
+ libs += [
+ "CoreFoundation.framework",
+ "Foundation.framework",
"QuartzCore.framework",
- "sandbox",
]
}
« no previous file with comments | « media/capture/BUILD.gn ('k') | media/midi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698