Add gyp support for new GPU backend

Review URL: https://codereview.chromium.org/1287023006
This commit is contained in:
jvanverth 2015-08-12 12:58:13 -07:00 committed by Commit bot
parent 9bc3954fc1
commit 65bd7ae374
2 changed files with 12 additions and 0 deletions

View File

@ -62,6 +62,16 @@
],
},
}],
[ 'skia_vulkan', {
'defines': [
'SK_VULKAN',
],
'direct_dependent_settings': {
'defines': [
'SK_VULKAN',
],
},
}],
[ 'skia_win_debuggers_path and skia_os == "win"',
{
'defines': [

View File

@ -134,6 +134,7 @@
'skia_osx_deployment_target%': '',
'skia_pdf%': 1,
'skia_profile_enabled%': 0,
'skia_vulkan%': 0,
'skia_win_debuggers_path%': '',
'skia_shared_lib%': 0,
'skia_opencl%': 0,
@ -207,6 +208,7 @@
'skia_chrome_utils%': '<(skia_chrome_utils)',
'skia_gdi%': '<(skia_gdi)',
'skia_gpu%': '<(skia_gpu)',
'skia_vulkan%': '<(skia_vulkan)',
'skia_win_exceptions%': 0,
'skia_win_ltcg%': 1,
'sknx_no_simd%': 0,