tor-browser

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

DEPS (374B)


      1 specific_include_rules = {
      2   "task_queue_base\.h": [
      3     # Make TaskQueueBase RTC_LOCKABALE to allow annotate variables are only
      4     # accessed on specific task queue.
      5     "+rtc_base/thread_annotations.h",
      6   ],
      7   "task_queue_test\.h": [
      8     "+test/gtest.h",
      9   ],
     10   "pending_task_safety_flag.h": [
     11     "+rtc_base/checks.h",
     12     "+rtc_base/system/no_unique_address.h",
     13   ],
     14 }