tor-browser

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

libXNVCtrl.gn (332B)


      1 import("//chromium/build/shim_headers.gni")
      2 
      3 shim_headers("libXNVCtrl_shim") {
      4   root_path = "../../../../../third_party/libXNVCtrl"
      5   prefix = "NVCtrl/"
      6   headers = [
      7     "NVCtrl.h",
      8     "NVCtrlLib.h",
      9     "nv_control.h",
     10   ]
     11 }
     12 
     13 source_set("libXNVCtrl") {
     14   deps = [ ":libXNVCtrl_shim" ]
     15   libs = [
     16     "XNVCtrl",
     17     "xcb",
     18   ]
     19 }