Warning, /plasma/aura-browser/app/third-party/ad-block/binding.gyp is written in an unsupported language. File is not indexed.
0001 { 0002 "targets": [{ 0003 "target_name": "ad-block", 0004 "sources": [ 0005 "addon.cc", 0006 "ad_block_client_wrap.cc", 0007 "ad_block_client_wrap.h", 0008 "ad_block_client.cc", 0009 "ad_block_client.h", 0010 "context_domain.cc", 0011 "context_domain.h", 0012 "cosmetic_filter.cc", 0013 "cosmetic_filter.h", 0014 "filter.cc", 0015 "filter.h", 0016 "filter_list.cc", 0017 "filter_list.h", 0018 "no_fingerprint_domain.cc", 0019 "no_fingerprint_domain.h", 0020 "protocol.cc", 0021 "protocol.h", 0022 "./node_modules/bloom-filter-cpp/BloomFilter.cpp", 0023 "./node_modules/bloom-filter-cpp/BloomFilter.h", 0024 "./node_modules/bloom-filter-cpp/hashFn.cpp", 0025 "./node_modules/bloom-filter-cpp/hashFn.h", 0026 "./node_modules/hashset-cpp/hash_set.cc", 0027 "./node_modules/hashset-cpp/hash_set.h" 0028 ], 0029 "include_dirs": [ 0030 ".", 0031 './node_modules/bloom-filter-cpp', 0032 './node_modules/hashset-cpp' 0033 ], 0034 "dependencies": [ 0035 ], 0036 "conditions": [ 0037 ['OS=="win"', { 0038 }, { 0039 'cflags_cc': [ '-fexceptions' ] 0040 } 0041 ] 0042 ], 0043 "xcode_settings": { 0044 "OTHER_CFLAGS": [ "-ObjC" ], 0045 "OTHER_CPLUSPLUSFLAGS" : ["-std=c++11","-stdlib=libc++", "-v"], 0046 "MACOSX_DEPLOYMENT_TARGET": "10.9", 0047 "GCC_ENABLE_CPP_EXCEPTIONS": "YES", 0048 }, 0049 }] 0050 }