Warning, /plasma/aura-browser/app/third-party/ad-block/test/binding.gyp is written in an unsupported language. File is not indexed.
0001 { 0002 "targets": [{ 0003 "target_name": "ad-block-test", 0004 "type": "executable", 0005 "sources": [ 0006 "../test/test_main.cc", 0007 "../test/parser_test.cc", 0008 "../test/options_test.cc", 0009 "../test/rule_types_test.cc", 0010 "../test/cosmetic_filter_test.cc", 0011 "../test/protocol_test.cc", 0012 "../test/orig_filters_test.cc", 0013 "../test/serialization_test.cc", 0014 "../test/util.cc", 0015 "../protocol.cc", 0016 "../protocol.h", 0017 "../ad_block_client.cc", 0018 "../ad_block_client.h", 0019 "../context_domain.cc", 0020 "../context_domain.h", 0021 "../cosmetic_filter.cc", 0022 "../cosmetic_filter.h", 0023 "../filter.cc", 0024 "../filter.h", 0025 "../filter_list.cc", 0026 "../filter_list.h", 0027 "../no_fingerprint_domain.cc", 0028 "../no_fingerprint_domain.h", 0029 "../node_modules/bloom-filter-cpp/BloomFilter.cpp", 0030 "../node_modules/bloom-filter-cpp/BloomFilter.h", 0031 "../node_modules/bloom-filter-cpp/hashFn.cpp", 0032 "../node_modules/bloom-filter-cpp/hashFn.h", 0033 "../node_modules/hashset-cpp/hash_set.cc", 0034 "../node_modules/hashset-cpp/hash_set.h" 0035 ], 0036 "include_dirs": [ 0037 "..", 0038 '../node_modules/bloom-filter-cpp', 0039 '../node_modules/hashset-cpp', 0040 '../node_modules/cppunitlite', 0041 '../node_modules/nan' 0042 "..", 0043 ], 0044 "dependencies": [ 0045 "../node_modules/cppunitlite/binding.gyp:CppUnitLite", 0046 ], 0047 "conditions": [ 0048 ['OS=="win"', { 0049 }, { 0050 'cflags_cc': [ '-fexceptions' ] 0051 } 0052 ], 0053 ['OS=="win"', { 0054 "defines": ["ENABLE_REGEX"], 0055 }, { 0056 }] 0057 ], 0058 "xcode_settings": { 0059 "OTHER_CFLAGS": [ "-ObjC" ], 0060 "OTHER_CPLUSPLUSFLAGS" : ["-std=c++11", "-stdlib=libc++", "-v"], 0061 "OTHER_LDFLAGS": ["-stdlib=libc++"], 0062 "MACOSX_DEPLOYMENT_TARGET": "10.9", 0063 "GCC_ENABLE_CPP_EXCEPTIONS": "YES", 0064 "ARCHS": ["x86_64"] 0065 }, 0066 "cflags": [ 0067 "-std=c++11" 0068 ] 0069 }] 0070 }