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

Unified Diff: ui/ui.gyp

Issue 23944003: Implement Desktop Media Picker (Mac version) for Desktop Capture API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pull in Quartz.framework. Fix nits. Created 7 years, 3 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
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 8ee06945d73d581cf3f82dea3594d48c10ff8f8d..49394e571fdb41dd201093ac7df46bc6bc8aefd5 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -1044,6 +1044,7 @@
'link_settings': {
'libraries': [
'$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
+ '$(SDKROOT)/System/Library/Frameworks/Quartz.framework',
Robert Sesek 2013/09/06 21:10:13 Why pull this in here instead of in chrome_browser
dcaiafa 2013/09/06 21:39:17 Done.
'$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
],
},

Powered by Google App Engine
This is Rietveld 408576698