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

Unified Diff: third_party/libsdl/mac/sdl_mac.gypi

Issue 2210603003: Get Mac viewer working with SDL (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix patch Created 4 years, 4 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 | « src/views/mac/skia_mac.mm ('k') | tools/viewer/sk_app/mac/GLWindowContext_mac.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libsdl/mac/sdl_mac.gypi
diff --git a/third_party/libsdl/mac/sdl_mac.gypi b/third_party/libsdl/mac/sdl_mac.gypi
index 19970cc2ffd82c5cc7188e2750c1b8875efd72bd..4853dfd8876669decd0f2099ccbe8871b6d3c9cc 100644
--- a/third_party/libsdl/mac/sdl_mac.gypi
+++ b/third_party/libsdl/mac/sdl_mac.gypi
@@ -5,17 +5,14 @@
# Mac specific files and settings for SDL
{
- #TODO what is really necessary here
+
'link_settings': {
'libraries': [
- '-lm',
- '-liconv',
- '-lobjc',
- '-lpthread',
'$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework',
'$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
'$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
'$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
+ '/usr/lib/libiconv.dylib',
],
},
'sources': [
« no previous file with comments | « src/views/mac/skia_mac.mm ('k') | tools/viewer/sk_app/mac/GLWindowContext_mac.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698