tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

crc32c.gn (215B)


      1 import("//chromium/build/shim_headers.gni")
      2 
      3 shim_headers("crc32c_shim") {
      4   root_path = "src/include"
      5   headers = [ "crc32c/crc32c.h" ]
      6 }
      7 
      8 source_set("crc32c") {
      9   deps = [ ":crc32c_shim" ]
     10   libs = [ "crc32c" ]
     11 }