Warning, /plasma/aura-browser/app/third-party/bloom-filter-cpp/test/binding.gyp is written in an unsupported language. File is not indexed.

0001 {
0002   "targets": [{
0003     "target_name": "test",
0004     "type": "executable",
0005     "sources": [
0006       "../test/test-main.cpp",
0007       "../test/test-bloom.cpp",
0008       "../test/util.cpp",
0009       "../BloomFilter.cpp",
0010       "../hashFn.cpp",
0011     ],
0012     "include_dirs": [
0013       "..",
0014       '../node_modules/cppunitlite',
0015       '../node_modules/nan',
0016     ],
0017     "dependencies": [
0018       "../node_modules/cppunitlite/binding.gyp:CppUnitLite",
0019     ],
0020     "conditions": [
0021       ['OS=="win"', {
0022         }, {
0023           'cflags_cc': [ '-fexceptions' ]
0024         }
0025       ]
0026     ],
0027     "xcode_settings": {
0028       "OTHER_CFLAGS": [ "-ObjC" ],
0029       "OTHER_CPLUSPLUSFLAGS" : ["-std=c++11","-stdlib=libc++", "-v"],
0030       "OTHER_LDFLAGS": ["-stdlib=libc++"],
0031       "MACOSX_DEPLOYMENT_TARGET": "10.9",
0032       "GCC_ENABLE_CPP_EXCEPTIONS": "YES",
0033       "ARCHS": ["x86_64"],
0034     },
0035   }]
0036 }
0037