Warning, /plasma/aura-browser/app/third-party/ad-block/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.cc", 0007 "../ad_block_client.cc", 0008 "../ad_block_client.h", 0009 "../context_domain.cc", 0010 "../context_domain.h", 0011 "../cosmetic_filter.cc", 0012 "../cosmetic_filter.h", 0013 "../filter.cc", 0014 "../filter.h", 0015 "../filter_list.cc", 0016 "../filter_list.h", 0017 "../no_fingerprint_domain.cc", 0018 "../no_fingerprint_domain.h", 0019 "../node_modules/bloom-filter-cpp/BloomFilter.cpp", 0020 "../node_modules/bloom-filter-cpp/BloomFilter.h", 0021 "../node_modules/bloom-filter-cpp/hashFn.cpp", 0022 "../node_modules/bloom-filter-cpp/hashFn.h", 0023 "../node_modules/hashset-cpp/hash_set.cc", 0024 "../node_modules/hashset-cpp/hash_set.h", 0025 "../protocol.cc", 0026 "../protocol.h", 0027 ], 0028 "include_dirs": [ 0029 "..", 0030 '../node_modules/bloom-filter-cpp', 0031 '../node_modules/hashset-cpp' 0032 ], 0033 "conditions": [ 0034 ['OS=="win"', { 0035 }, { 0036 'cflags_cc': [ '-fexceptions' ] 0037 } 0038 ] 0039 ], 0040 "xcode_settings": { 0041 "OTHER_CFLAGS": [ "-ObjC" ], 0042 "OTHER_CPLUSPLUSFLAGS" : ["-std=c++11","-stdlib=libc++", "-v"], 0043 "OTHER_LDFLAGS": ["-stdlib=libc++"], 0044 "MACOSX_DEPLOYMENT_TARGET": "10.9", 0045 "GCC_ENABLE_CPP_EXCEPTIONS": "YES", 0046 "ARCHS": ["x86_64"], 0047 }, 0048 "cflags": [ 0049 "-std=c++11" 0050 ], 0051 }] 0052 }