Warning, /plasma/aura-browser/app/third-party/hashset-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 "../hashFn.cc", 0007 "../hashFn.h", 0008 "./test_main.cc", 0009 "./hash_set_test.cc", 0010 "./example_data.h", 0011 "../Hash_set.cc", 0012 "../Hash_set.h", 0013 ], 0014 "include_dirs": [ 0015 "..", 0016 '../node_modules/cppunitlite', 0017 '../node_modules/nan' 0018 ], 0019 "dependencies": [ 0020 "../node_modules/cppunitlite/binding.gyp:CppUnitLite", 0021 ], 0022 "conditions": [ 0023 ['OS=="win"', { 0024 }, { 0025 'cflags_cc': [ '-fexceptions' ] 0026 } 0027 ], 0028 ['OS=="linux"', { 0029 "defines": ["DISABLE_REGEX"], 0030 }, { 0031 }] 0032 ], 0033 "xcode_settings": { 0034 "OTHER_CFLAGS": [ "-ObjC" ], 0035 "OTHER_CPLUSPLUSFLAGS" : ["-std=c++11","-stdlib=libc++", "-v"], 0036 "OTHER_LDFLAGS": ["-stdlib=libc++"], 0037 "MACOSX_DEPLOYMENT_TARGET": "10.9", 0038 "GCC_ENABLE_CPP_EXCEPTIONS": "YES", 0039 "ARCHS": ["x86_64"], 0040 }, 0041 }] 0042 }