tor-browser

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

DEPS (519B)


      1 specific_include_rules = {
      2   "metrics_logger_and_exporter\.h": [
      3     "+rtc_base/synchronization/mutex.h",
      4     "+system_wrappers/include/clock.h",
      5   ],
      6   "metrics_logger\.h": [
      7     "+rtc_base/synchronization/mutex.h",
      8     "+rtc_base/thread_annotations.h",
      9     "+system_wrappers/include/clock.h",
     10   ],
     11   "metrics_accumulator\.h": [
     12     "+rtc_base/synchronization/mutex.h",
     13     "+rtc_base/thread_annotations.h",
     14   ],
     15   "chrome_perf_dashboard_metrics_exporter_test.cc": [
     16     "+tracing/tracing/proto/histogram.pb.h"
     17   ],
     18 }