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

0001 {
0002   "targets": [{
0003     "target_name": "hashset-cpp",
0004     "sources": [
0005       "addon.cc",
0006       "hash_set_wrap.cc",
0007       "hash_set_wrap.h",
0008       "hash_set.cc",
0009       "hash_set.h",
0010       "hashFn.cc",
0011       "hashFn.h",
0012     ],
0013     "include_dirs": [
0014       ".",
0015     ],
0016     "conditions": [
0017       ['OS=="win"', {
0018         }, {
0019           'cflags_cc': [ '-fexceptions' ]
0020         }
0021       ]
0022     ],
0023     "xcode_settings": {
0024       "OTHER_CFLAGS": [ "-ObjC" ],
0025       "OTHER_CPLUSPLUSFLAGS" : ["-std=c++11","-stdlib=libc++", "-v"],
0026       "MACOSX_DEPLOYMENT_TARGET": "10.9",
0027       "GCC_ENABLE_CPP_EXCEPTIONS": "YES",
0028     },
0029   }]
0030 }