Warning, /plasma/aura-browser/app/third-party/hashset-cpp/BUILD.gn is written in an unsupported language. File is not indexed.
0001 config("external_config") { 0002 include_dirs = [ "." ] 0003 } 0004 0005 source_set("hashset-cpp") { 0006 public_configs = [ ":external_config" ] 0007 0008 sources = [ 0009 "hash_set.cc", 0010 "hash_set.h", 0011 ] 0012 }