| commit | cf8fb1f6f03fc77f9927564f9ef9abeeeec508d2 | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Aug 02 14:03:32 2012 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Aug 02 14:03:32 2012 +0000 |
| tree | 7534f5f2edd97cd61f18ee35ae4a14407a53453e | |
| parent | f2a9e58858423be9cbfa72e01e8284754e7d6381 [diff] [blame] |
Create GPU-less build of Skia. git-svn-id: http://skia.googlecode.com/svn/trunk@4912 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi index 6dcfd81..143e854 100644 --- a/gyp/common_conditions.gypi +++ b/gyp/common_conditions.gypi
@@ -2,7 +2,17 @@ # { 'conditions' : [ - + ['skia_gpu == 1', + { + 'defines': [ + 'SK_SUPPORT_GPU=1', + ], + }, { + 'defines': [ + 'SK_SUPPORT_GPU=0', + ], + }, + ], ['skia_os == "win"', { 'defines': [