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