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

0001 {
0002   "targets": [{
0003     "target_name": "perf",
0004     "type": "executable",
0005     "sources": [
0006       "../perf.cc",
0007       "../protocol.cc",
0008       "../protocol.h",
0009       "../ad_block_client.cc",
0010       "../ad_block_client.h",
0011       "../context_domain.cc",
0012       "../context_domain.h",
0013       "../cosmetic_filter.cc",
0014       "../cosmetic_filter.h",
0015       "../filter.cc",
0016       "../filter.h",
0017       "../filter_list.cc",
0018       "../filter_list.h",
0019       "../no_fingerprint_domain.cc",
0020       "../no_fingerprint_domain.h",
0021       "../node_modules/bloom-filter-cpp/BloomFilter.cpp",
0022       "../node_modules/bloom-filter-cpp/BloomFilter.h",
0023       "../node_modules/bloom-filter-cpp/hashFn.cpp",
0024       "../node_modules/bloom-filter-cpp/hashFn.h",
0025       "../node_modules/hashset-cpp/hash_set.cc",
0026       "../node_modules/hashset-cpp/hash_set.h"
0027     ],
0028     "include_dirs": [
0029       "..",
0030       '../node_modules/bloom-filter-cpp',
0031       '../node_modules/hashset-cpp'
0032     ],
0033     "defines": ["PERF_STATS"],
0034     "conditions": [
0035       ['OS=="win"', {
0036         }, {
0037           'cflags_cc': [ '-fexceptions' ]
0038         }
0039       ]
0040     ],
0041     "xcode_settings": {
0042       "OTHER_CFLAGS": [ "-ObjC" ],
0043       "OTHER_CPLUSPLUSFLAGS" : ["-std=c++11","-stdlib=libc++", "-v"],
0044       "OTHER_LDFLAGS": ["-stdlib=libc++"],
0045       "MACOSX_DEPLOYMENT_TARGET": "10.9",
0046       "GCC_ENABLE_CPP_EXCEPTIONS": "YES",
0047       "ARCHS": ["x86_64"],
0048     },
0049     "cflags": [
0050       "-std=c++11"
0051     ]
0052   }]
0053 }