0d92353224
dependencies. Broken out and landed separately from https://codereview.appspot.com/6826086/ git-svn-id: http://skia.googlecode.com/svn/trunk@6388 2bbb7eff-a529-9590-31e7-b0007b416f81
297 lines
7.3 KiB
Python
297 lines
7.3 KiB
Python
{
|
|
'target_defaults': {
|
|
'conditions': [
|
|
['skia_os != "win"', {
|
|
'sources/': [ ['exclude', '_win.(h|cpp)$'],
|
|
],
|
|
}],
|
|
['skia_os != "mac"', {
|
|
'sources/': [ ['exclude', '_mac.(h|cpp|m|mm)$'],
|
|
],
|
|
}],
|
|
['skia_os != "linux"', {
|
|
'sources/': [ ['exclude', '_unix.(h|cpp)$'],
|
|
],
|
|
}],
|
|
['skia_os != "ios"', {
|
|
'sources/': [ ['exclude', '_iOS.(h|cpp|m|mm)$'],
|
|
],
|
|
}],
|
|
['skia_os != "android"', {
|
|
'sources/': [ ['exclude', '_android.(h|cpp)$'],
|
|
],
|
|
}],
|
|
['skia_os != "nacl"', {
|
|
'sources/': [ ['exclude', '_nacl.(h|cpp)$'],
|
|
],
|
|
}],
|
|
[ 'skia_os == "android"', {
|
|
'defines': [
|
|
'GR_ANDROID_BUILD=1',
|
|
],
|
|
}],
|
|
[ 'skia_os == "mac"', {
|
|
'defines': [
|
|
'GR_MAC_BUILD=1',
|
|
],
|
|
}],
|
|
[ 'skia_os == "linux"', {
|
|
'defines': [
|
|
'GR_LINUX_BUILD=1',
|
|
],
|
|
}],
|
|
[ 'skia_os == "ios"', {
|
|
'defines': [
|
|
'GR_IOS_BUILD=1',
|
|
],
|
|
}],
|
|
[ 'skia_os == "win"', {
|
|
'defines': [
|
|
'GR_WIN32_BUILD=1',
|
|
],
|
|
}],
|
|
# nullify the targets in this gyp file if skia_gpu is 0
|
|
[ 'skia_gpu == 0', {
|
|
'sources/': [
|
|
['exclude', '.*'],
|
|
],
|
|
'defines/': [
|
|
['exclude', '.*'],
|
|
],
|
|
'include_dirs/': [
|
|
['exclude', '.*'],
|
|
],
|
|
'link_settings': {
|
|
'libraries/': [
|
|
['exclude', '.*'],
|
|
],
|
|
},
|
|
'direct_dependent_settings': {
|
|
'defines/': [
|
|
['exclude', '.*'],
|
|
],
|
|
'include_dirs/': [
|
|
['exclude', '.*'],
|
|
],
|
|
},
|
|
}],
|
|
[ 'skia_texture_cache_mb_limit != 0', {
|
|
'defines': [
|
|
'GR_DEFAULT_TEXTURE_CACHE_MB_LIMIT=<(skia_texture_cache_mb_limit)',
|
|
],
|
|
}],
|
|
],
|
|
'direct_dependent_settings': {
|
|
'conditions': [
|
|
[ 'skia_os == "android"', {
|
|
'defines': [
|
|
'GR_ANDROID_BUILD=1',
|
|
],
|
|
}],
|
|
[ 'skia_os == "mac"', {
|
|
'defines': [
|
|
'GR_MAC_BUILD=1',
|
|
],
|
|
}],
|
|
[ 'skia_os == "linux"', {
|
|
'defines': [
|
|
'GR_LINUX_BUILD=1',
|
|
],
|
|
}],
|
|
[ 'skia_os == "ios"', {
|
|
'defines': [
|
|
'GR_IOS_BUILD=1',
|
|
],
|
|
}],
|
|
[ 'skia_os == "win"', {
|
|
'defines': [
|
|
'GR_WIN32_BUILD=1',
|
|
'GR_GL_FUNCTION_TYPE=__stdcall',
|
|
],
|
|
}],
|
|
],
|
|
'include_dirs': [
|
|
'../include/gpu',
|
|
],
|
|
},
|
|
},
|
|
'targets': [
|
|
{
|
|
'target_name': 'skgr',
|
|
'product_name': 'skia_skgr',
|
|
'type': 'static_library',
|
|
'standalone_static_library': 1,
|
|
'includes': [
|
|
'gpu.gypi',
|
|
],
|
|
'include_dirs': [
|
|
'../include/config',
|
|
'../include/core',
|
|
'../src/core',
|
|
'../include/gpu',
|
|
'../src/gpu',
|
|
],
|
|
'dependencies': [
|
|
'angle.gyp:*',
|
|
],
|
|
'export_dependent_settings': [
|
|
'angle.gyp:*',
|
|
],
|
|
'sources': [
|
|
'<@(skgr_sources)',
|
|
'<@(skgr_native_gl_sources)',
|
|
'<@(skgr_angle_gl_sources)',
|
|
'<@(skgr_mesa_gl_sources)',
|
|
'<@(skgr_debug_gl_sources)',
|
|
'<@(skgr_null_gl_sources)',
|
|
'gpu.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
|
|
],
|
|
'conditions': [
|
|
[ 'not skia_mesa', {
|
|
'sources!': [
|
|
'../src/gpu/gl/mesa/SkMesaGLContext.cpp',
|
|
],
|
|
}],
|
|
[ 'skia_mesa and skia_os == "mac"', {
|
|
'include_dirs': [
|
|
'$(SDKROOT)/usr/X11/include/',
|
|
],
|
|
}],
|
|
[ 'not skia_angle', {
|
|
'sources!': [
|
|
'../include/gpu/gl/SkANGLEGLContext.h',
|
|
'../src/gpu/gl/angle/SkANGLEGLContext.cpp',
|
|
'../src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp',
|
|
],
|
|
}],
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'gr',
|
|
'product_name': 'skia_gr',
|
|
'type': 'static_library',
|
|
'standalone_static_library': 1,
|
|
'includes': [
|
|
'gpu.gypi',
|
|
],
|
|
'include_dirs': [
|
|
'../include/core',
|
|
'../include/config',
|
|
'../include/gpu',
|
|
'../src/core', # SkRasterClip.h
|
|
'../src/gpu'
|
|
],
|
|
'dependencies': [
|
|
'angle.gyp:*',
|
|
],
|
|
'export_dependent_settings': [
|
|
'angle.gyp:*',
|
|
],
|
|
'sources': [
|
|
'<@(gr_sources)',
|
|
'<@(gr_native_gl_sources)',
|
|
'<@(gr_angle_gl_sources)',
|
|
'<@(gr_mesa_gl_sources)',
|
|
'<@(gr_debug_gl_sources)',
|
|
'<@(gr_null_gl_sources)',
|
|
'gpu.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
|
|
],
|
|
'defines': [
|
|
'GR_IMPLEMENTATION=1',
|
|
],
|
|
'conditions': [
|
|
[ 'skia_nv_path_rendering', {
|
|
'defines': [
|
|
'GR_GL_USE_NV_PATH_RENDERING=1',
|
|
],
|
|
}],
|
|
[ 'skia_os == "linux"', {
|
|
'sources!': [
|
|
'../src/gpu/gl/GrGLDefaultInterface_none.cpp',
|
|
'../src/gpu/gl/GrGLCreateNativeInterface_none.cpp',
|
|
],
|
|
'link_settings': {
|
|
'libraries': [
|
|
'-lGL',
|
|
'-lGLU',
|
|
'-lX11',
|
|
],
|
|
},
|
|
}],
|
|
[ 'skia_os == "nacl"', {
|
|
'link_settings': {
|
|
'libraries': [
|
|
'-lppapi_gles2',
|
|
],
|
|
},
|
|
}],
|
|
[ 'skia_mesa and skia_os == "linux"', {
|
|
'link_settings': {
|
|
'libraries': [
|
|
'-lOSMesa',
|
|
],
|
|
},
|
|
}],
|
|
[ 'skia_os == "mac"', {
|
|
'link_settings': {
|
|
'libraries': [
|
|
'$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
|
|
],
|
|
},
|
|
'sources!': [
|
|
'../src/gpu/gl/GrGLDefaultInterface_none.cpp',
|
|
'../src/gpu/gl/GrGLCreateNativeInterface_none.cpp',
|
|
],
|
|
}],
|
|
[ 'skia_mesa and skia_os == "mac"', {
|
|
'link_settings': {
|
|
'libraries': [
|
|
'$(SDKROOT)/usr/X11/lib/libOSMesa.dylib',
|
|
],
|
|
},
|
|
'include_dirs': [
|
|
'$(SDKROOT)/usr/X11/include/',
|
|
],
|
|
}],
|
|
[ 'not skia_mesa', {
|
|
'sources!': [
|
|
'../src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp',
|
|
],
|
|
}],
|
|
[ 'skia_os in ["win", "ios"]', {
|
|
'sources!': [
|
|
'../src/gpu/gl/GrGLDefaultInterface_none.cpp',
|
|
'../src/gpu/gl/GrGLCreateNativeInterface_none.cpp',
|
|
],
|
|
}],
|
|
[ 'not skia_angle', {
|
|
'sources!': [
|
|
'../include/gpu/gl/SkANGLEGLContext.h',
|
|
|
|
'../src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp',
|
|
'../src/gpu/gl/angle/SkANGLEGLContext.cpp',
|
|
],
|
|
}],
|
|
[ 'skia_os == "android"', {
|
|
'sources!': [
|
|
'../src/gpu/gl/GrGLDefaultInterface_none.cpp',
|
|
'../src/gpu/gl/GrGLCreateNativeInterface_none.cpp',
|
|
],
|
|
'link_settings': {
|
|
'libraries': [
|
|
'-lGLESv2',
|
|
'-lEGL',
|
|
],
|
|
},
|
|
}],
|
|
],
|
|
},
|
|
],
|
|
}
|
|
|
|
# Local Variables:
|
|
# tab-width:2
|
|
# indent-tabs-mode:nil
|
|
# End:
|
|
# vim: set expandtab tabstop=2 shiftwidth=2:
|