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

Unified Diff: ui/accelerated_widget_mac/BUILD.gn

Issue 1983443002: mac/gn: Make a bunch of targets build in release component builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format 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
« media/cast/BUILD.gn ('K') | « rlz/BUILD.gn ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accelerated_widget_mac/BUILD.gn
diff --git a/ui/accelerated_widget_mac/BUILD.gn b/ui/accelerated_widget_mac/BUILD.gn
index 0f5d8aaab07388eca4f12e6c9c022c237c0a695f..da516cd1b545121b928d4ec1cbda440ab190f5f3 100644
--- a/ui/accelerated_widget_mac/BUILD.gn
+++ b/ui/accelerated_widget_mac/BUILD.gn
@@ -67,5 +67,8 @@ test("accelerated_widget_mac_unittests") {
"//ui/gfx:test_support",
"//ui/gl:test_support",
]
- libs = [ "QuartzCore.framework" ]
+ libs = [
+ "AVFoundation.framework",
+ "QuartzCore.framework",
+ ]
}
« media/cast/BUILD.gn ('K') | « rlz/BUILD.gn ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698