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

Unified Diff: gyp/common_conditions.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 | « no previous file | gyp/views.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_conditions.gypi
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index 115d94b45c07a224c1ab00a2773aa0a15db34747..26133c2438b9bdad2d50b0bb078bc4e49bf37c88 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -388,6 +388,11 @@
'<@(skia_for_android_framework_defines)',
],
}],
+
+ [ 'skia_use_sdl == 1',
+ {
+ 'defines': [ 'SK_USE_SDL' ],
+ }],
[ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]',
{
« no previous file with comments | « no previous file | gyp/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698