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

Unified Diff: third_party/libsdl/sdl.gypi

Issue 1428633003: Wire up SDL on mac (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tweaks Created 5 years, 1 month 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 | « third_party/libsdl/mac/sdl_mac.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libsdl/sdl.gypi
diff --git a/third_party/libsdl/sdl.gypi b/third_party/libsdl/sdl.gypi
index 8634fc2a2d736d47867e04ee3097a2759708936e..6b5df3f97bf1f1f8e8e4a6221ab674d6090aaa3e 100644
--- a/third_party/libsdl/sdl.gypi
+++ b/third_party/libsdl/sdl.gypi
@@ -34,6 +34,11 @@
'android/sdl_android.gypi',
]
}],
+ ['skia_os == "mac"', {
+ 'includes': [
+ 'mac/sdl_mac.gypi',
+ ]
+ }],
],
},
],
« no previous file with comments | « third_party/libsdl/mac/sdl_mac.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698