Warning, /plasma/aura-browser/app/third-party/bloom-filter-cpp/binding.gyp is written in an unsupported language. File is not indexed.
0001 { 0002 "targets": [{ 0003 "target_name": "bloom-filter-cpp", 0004 "sources": [ 0005 "addon.cpp", 0006 "BloomFilterWrap.cpp", 0007 "BloomFilterWrap.h", 0008 "BloomFilter.cpp", 0009 "BloomFilter.h", 0010 "hashFn.cpp", 0011 ], 0012 "include_dirs": [ 0013 ".", 0014 ], 0015 "conditions": [ 0016 ['OS=="win"', { 0017 }, { 0018 'cflags_cc': [ '-fexceptions' ] 0019 } 0020 ] 0021 ], 0022 "xcode_settings": { 0023 "OTHER_CFLAGS": [ "-ObjC" ], 0024 "OTHER_CPLUSPLUSFLAGS" : ["-std=c++11","-stdlib=libc++", "-v"], 0025 "MACOSX_DEPLOYMENT_TARGET": "10.9", 0026 "GCC_ENABLE_CPP_EXCEPTIONS": "YES", 0027 }, 0028 }] 0029 }