Warning, /plasma/aura-browser/app/third-party/ad-block/brave/BUILD.gn is written in an unsupported language. File is not indexed.

0001 if (is_android) {
0002   import("//build/config/android/rules.gni")
0003   dep_base = rebase_path("./", "//")
0004 }
0005 
0006 dep_base = rebase_path("../..", "//")
0007 
0008 config("internal_config") {
0009   include_dirs = [ ".." ]
0010 }
0011 
0012 source_set("ad-block") {
0013   configs += [ ":internal_config" ]
0014   sources = [
0015     "../ad_block_client.cc",
0016     "../ad_block_client.h",
0017     "../context_domain.cc",
0018     "../context_domain.h",
0019     "../cosmetic_filter.cc",
0020     "../cosmetic_filter.h",
0021     "../filter.cc",
0022     "../filter.h",
0023     "../filter_list.cc",
0024     "../filter_list.h",
0025     "../no_fingerprint_domain.cc",
0026     "../no_fingerprint_domain.h",
0027     "../protocol.cc",
0028     "../protocol.h",
0029   ]
0030 
0031   deps = [
0032     rebase_path("hashset-cpp/brave:hashset-cpp", dep_base),
0033     rebase_path("bloom-filter-cpp/brave:bloom-filter-cpp", dep_base),
0034   ]
0035 }