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

Unified Diff: media/gpu/BUILD.gn

Issue 1938113002: Sync media/gpu gyp and gn Mac framework deps (copy gyp => gn) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac fwks: media/gpu/BUILD.gn to match media/gpu/build.gyp 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 | « no previous file | no next file » | 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 1db7ee13ce660fd7cd3cf8dde33bdc6d1b647fbd..713cba0876cfa5f61f8b3993e621f22926856f1b 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -177,16 +177,13 @@ component("gpu") {
] + get_target_outputs(":libvt_generate_stubs")
deps += [ ":libvt_generate_stubs" ]
lib_dirs = [ "$mac_sdk_path/usr/lib" ]
-
- # TODO(markdittmer): Determine which libs are needed here.
- libs += [
- # "AVFoundation.framework",
- # "CoreMedia.framework",
- # "CoreVideo.framework",
- # "IOSurface.framework",
- # "OpenGL.framework",
- # "QuartzCore.framework",
- # "sandbox",
+ libs = [
+ "AVFoundation.framework",
+ "CoreMedia.framework",
+ "CoreVideo.framework",
+ "IOSurface.framework",
+ "QuartzCore.framework",
+ "sandbox",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698