'../src/core',
'../src/image',
],
+ 'sources': [
+ 'core.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
+ ],
'msvs_disabled_warnings': [4244, 4267,4345, 4390, 4554, 4800],
'conditions': [
[ 'skia_os in ["linux", "freebsd", "openbsd", "solaris"]', {
'<@(skgr_mesa_gl_sources)',
'<@(skgr_debug_gl_sources)',
'<@(skgr_null_gl_sources)',
- 'gpu.gypi',
+ 'gpu.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
],
'conditions': [
[ 'not skia_mesa', {
'<@(gr_mesa_gl_sources)',
'<@(gr_debug_gl_sources)',
'<@(gr_null_gl_sources)',
- 'gpu.gypi',
+ 'gpu.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
],
'defines': [
'GR_IMPLEMENTATION=1',