Add effects/core.gypi to 'sources' to make them appear in VS projects
Review URL: https://codereview.appspot.com/6493075/ git-svn-id: http://skia.googlecode.com/svn/trunk@5384 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
2ebe890282
commit
202a51b335
@ -19,6 +19,9 @@
|
|||||||
'../src/core',
|
'../src/core',
|
||||||
'../src/image',
|
'../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],
|
'msvs_disabled_warnings': [4244, 4267,4345, 4390, 4554, 4800],
|
||||||
'conditions': [
|
'conditions': [
|
||||||
[ 'skia_os in ["linux", "freebsd", "openbsd", "solaris"]', {
|
[ 'skia_os in ["linux", "freebsd", "openbsd", "solaris"]', {
|
||||||
|
@ -18,6 +18,9 @@
|
|||||||
'dependencies': [
|
'dependencies': [
|
||||||
'core.gyp:core',
|
'core.gyp:core',
|
||||||
],
|
],
|
||||||
|
'sources': [
|
||||||
|
'effects.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
|
||||||
|
],
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['skia_gpu == 1', {
|
['skia_gpu == 1', {
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
|
@ -133,7 +133,7 @@
|
|||||||
'<@(skgr_mesa_gl_sources)',
|
'<@(skgr_mesa_gl_sources)',
|
||||||
'<@(skgr_debug_gl_sources)',
|
'<@(skgr_debug_gl_sources)',
|
||||||
'<@(skgr_null_gl_sources)',
|
'<@(skgr_null_gl_sources)',
|
||||||
'gpu.gypi',
|
'gpu.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
|
||||||
],
|
],
|
||||||
'conditions': [
|
'conditions': [
|
||||||
[ 'not skia_mesa', {
|
[ 'not skia_mesa', {
|
||||||
@ -181,7 +181,7 @@
|
|||||||
'<@(gr_mesa_gl_sources)',
|
'<@(gr_mesa_gl_sources)',
|
||||||
'<@(gr_debug_gl_sources)',
|
'<@(gr_debug_gl_sources)',
|
||||||
'<@(gr_null_gl_sources)',
|
'<@(gr_null_gl_sources)',
|
||||||
'gpu.gypi',
|
'gpu.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
|
||||||
],
|
],
|
||||||
'defines': [
|
'defines': [
|
||||||
'GR_IMPLEMENTATION=1',
|
'GR_IMPLEMENTATION=1',
|
||||||
|
Loading…
Reference in New Issue
Block a user