remove tabs from mapnik.gyp

This commit is contained in:
Dane Springmeyer 2014-08-31 06:30:04 +00:00
parent 5bf866bbcb
commit ddb6e7e007

View file

@ -76,7 +76,7 @@
], ],
"conditions": [ "conditions": [
["OS=='win'", { ["OS=='win'", {
'defines': ['MAPNIK_EXPORTS'], 'defines': ['MAPNIK_EXPORTS'],
'libraries':[ 'libraries':[
'libboost_filesystem-vc140-mt-1_56.lib', 'libboost_filesystem-vc140-mt-1_56.lib',
'libboost_regex-vc140-mt-1_56.lib', 'libboost_regex-vc140-mt-1_56.lib',
@ -96,7 +96,7 @@
'freetype.lib', 'freetype.lib',
'zlib.lib', 'zlib.lib',
'cairo.lib', 'cairo.lib',
'harfbuzz.lib' 'harfbuzz.lib'
] ]
},{ },{
'libraries':[ 'libraries':[
@ -207,7 +207,7 @@
'libboost_thread-vc140-mt-1_56.lib', 'libboost_thread-vc140-mt-1_56.lib',
'libboost_system-vc140-mt-1_56.lib', 'libboost_system-vc140-mt-1_56.lib',
'icuuc.lib', 'icuuc.lib',
'odbccp32.lib' 'odbccp32.lib'
] ]
} , { } , {
'libraries': [ '<!@(gdal-config --libs)', '<!@(gdal-config --dep-libs)'] 'libraries': [ '<!@(gdal-config --libs)', '<!@(gdal-config --dep-libs)']
@ -228,7 +228,7 @@
'libboost_thread-vc140-mt-1_56.lib', 'libboost_thread-vc140-mt-1_56.lib',
'libboost_system-vc140-mt-1_56.lib', 'libboost_system-vc140-mt-1_56.lib',
'icuuc.lib', 'icuuc.lib',
'odbccp32.lib' 'odbccp32.lib'
] ]
} , { } , {
'libraries': [ '<!@(gdal-config --libs)', '<!@(gdal-config --dep-libs)'] 'libraries': [ '<!@(gdal-config --libs)', '<!@(gdal-config --dep-libs)']
@ -251,7 +251,7 @@
'secur32.lib', 'secur32.lib',
'icuuc.lib', 'icuuc.lib',
'ws2_32.lib', 'ws2_32.lib',
'libboost_regex-vc140-mt-1_56.lib' 'libboost_regex-vc140-mt-1_56.lib'
] ]
} , { } , {
'libraries': [ '<!@(pkg-config libpq --libs --static)'] 'libraries': [ '<!@(pkg-config libpq --libs --static)']
@ -308,14 +308,14 @@
"type": "executable", "type": "executable",
"sources": [ "./tests/cpp_tests/clipping_test.cpp"], "sources": [ "./tests/cpp_tests/clipping_test.cpp"],
"dependencies": [ "mapnik" ], "dependencies": [ "mapnik" ],
"conditions": [ "conditions": [
["OS=='win'", { ["OS=='win'", {
'libraries':[ 'libraries':[
'libboost_filesystem-vc140-mt-1_56.lib', 'libboost_filesystem-vc140-mt-1_56.lib',
'libboost_system-vc140-mt-1_56' 'libboost_system-vc140-mt-1_56'
], ],
}] }]
] ]
}, },
{ {
"target_name": "conversions_test", "target_name": "conversions_test",
@ -328,29 +328,29 @@
"type": "executable", "type": "executable",
"sources": [ "./tests/cpp_tests/exceptions_test.cpp"], "sources": [ "./tests/cpp_tests/exceptions_test.cpp"],
"dependencies": [ "mapnik" ], "dependencies": [ "mapnik" ],
"conditions": [ "conditions": [
["OS=='win'", { ["OS=='win'", {
'libraries':[ 'libraries':[
'libboost_filesystem-vc140-mt-1_56.lib', 'libboost_filesystem-vc140-mt-1_56.lib',
'libboost_system-vc140-mt-1_56' 'libboost_system-vc140-mt-1_56'
], ],
}] }]
] ]
}, },
{ {
"target_name": "font_registration_test", "target_name": "font_registration_test",
"type": "executable", "type": "executable",
"sources": [ "./tests/cpp_tests/font_registration_test.cpp"], "sources": [ "./tests/cpp_tests/font_registration_test.cpp"],
"dependencies": [ "mapnik" ], "dependencies": [ "mapnik" ],
"conditions": [ "conditions": [
["OS=='win'", { ["OS=='win'", {
'libraries':[ 'libraries':[
'libboost_filesystem-vc140-mt-1_56.lib', 'libboost_filesystem-vc140-mt-1_56.lib',
'libboost_system-vc140-mt-1_56' 'libboost_system-vc140-mt-1_56'
], ],
}] }]
] ]
}, },
{ {
"target_name": "fontset_runtime_test", "target_name": "fontset_runtime_test",
"type": "executable", "type": "executable",
@ -360,8 +360,8 @@
["OS=='win'", { ["OS=='win'", {
'libraries':[ 'libraries':[
'icuuc.lib', 'icuuc.lib',
'libboost_filesystem-vc140-mt-1_56.lib', 'libboost_filesystem-vc140-mt-1_56.lib',
'libboost_system-vc140-mt-1_56' 'libboost_system-vc140-mt-1_56'
], ],
}] }]
] ]
@ -371,28 +371,28 @@
"type": "executable", "type": "executable",
"sources": [ "./tests/cpp_tests/geometry_converters_test.cpp"], "sources": [ "./tests/cpp_tests/geometry_converters_test.cpp"],
"dependencies": [ "mapnik" ], "dependencies": [ "mapnik" ],
"conditions": [ "conditions": [
["OS=='win'", { ["OS=='win'", {
'libraries':[ 'libraries':[
'libboost_filesystem-vc140-mt-1_56.lib', 'libboost_filesystem-vc140-mt-1_56.lib',
'libboost_system-vc140-mt-1_56' 'libboost_system-vc140-mt-1_56'
], ],
}] }]
] ]
}, },
{ {
"target_name": "image_io_test", "target_name": "image_io_test",
"type": "executable", "type": "executable",
"sources": [ "./tests/cpp_tests/image_io_test.cpp"], "sources": [ "./tests/cpp_tests/image_io_test.cpp"],
"dependencies": [ "mapnik" ], "dependencies": [ "mapnik" ],
"conditions": [ "conditions": [
["OS=='win'", { ["OS=='win'", {
'libraries':[ 'libraries':[
'libboost_filesystem-vc140-mt-1_56.lib', 'libboost_filesystem-vc140-mt-1_56.lib',
'libboost_system-vc140-mt-1_56' 'libboost_system-vc140-mt-1_56'
], ],
}] }]
] ]
}, },
{ {
"target_name": "label_algo_test", "target_name": "label_algo_test",
@ -405,13 +405,13 @@
"type": "executable", "type": "executable",
"sources": [ "./tests/cpp_tests/map_request_test.cpp"], "sources": [ "./tests/cpp_tests/map_request_test.cpp"],
"dependencies": [ "mapnik" ], "dependencies": [ "mapnik" ],
"conditions": [ "conditions": [
["OS=='win'", { ["OS=='win'", {
'libraries':[ 'libraries':[
'libboost_system-vc140-mt-1_56.lib' 'libboost_system-vc140-mt-1_56.lib'
], ],
}] }]
] ]
}, },
{ {
"target_name": "params_test", "target_name": "params_test",
@ -434,7 +434,7 @@
["OS=='win'", { ["OS=='win'", {
'libraries':[ 'libraries':[
'libboost_thread-vc140-mt-1_56.lib', 'libboost_thread-vc140-mt-1_56.lib',
'libboost_system-vc140-mt-1_56' 'libboost_system-vc140-mt-1_56'
] ]
},{ },{
'libraries':[ 'libraries':[