tor-browser

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

DEPS (406B)


      1 specific_include_rules = {
      2   ".*": [
      3     "+modules/audio_processing/include/audio_processing.h",
      4     "+rtc_base/checks.h",
      5     "+rtc_base/network.h",
      6     "+rtc_base/rtc_certificate_generator.h",
      7     "+rtc_base/ssl_certificate.h",
      8     "+rtc_base/socket_factory.h",
      9     "+rtc_base/thread.h",
     10   ],
     11   "media_quality_test_params\.h": [
     12     "+p2p/base/port_allocator.h",
     13     "+rtc_base/socket_factory.h",
     14   ],
     15 }