Add build condition not to build in iOS an unused lib (failing to build empty lib in iOS). Unreviewed.
Review URL: https://codereview.chromium.org/12639008 git-svn-id: http://skia.googlecode.com/svn/trunk@8047 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
4bd2bdbf04
commit
8819d1af94
@ -268,17 +268,25 @@
|
||||
'tools.gyp:picture_utils',
|
||||
],
|
||||
},
|
||||
{
|
||||
'target_name': 'win_dbghelp',
|
||||
'type': 'static_library',
|
||||
'defines': [
|
||||
'SK_CDB_PATH="<(skia_win_debuggers_path)"',
|
||||
],
|
||||
'sources': [
|
||||
'../tools/win_dbghelp.h',
|
||||
'../tools/win_dbghelp.cpp',
|
||||
],
|
||||
},
|
||||
],
|
||||
'conditions': [
|
||||
['skia_win_debuggers_path and skia_os == "win"',
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'win_dbghelp',
|
||||
'type': 'static_library',
|
||||
'defines': [
|
||||
'SK_CDB_PATH="<(skia_win_debuggers_path)"',
|
||||
],
|
||||
'sources': [
|
||||
'../tools/win_dbghelp.h',
|
||||
'../tools/win_dbghelp.cpp',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
],
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user