tor-browser

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

DEPS (1860B)


      1 specific_include_rules = {
      2   ".*": [
      3     "+modules/video_coding",
      4   ],
      5   ".*": [
      6     "+video"
      7   ],
      8   ".*": [
      9     "+rtc_base/ref_counted_object.h",
     10   ],
     11   "dummy_peer_connection\.h": [
     12     "+rtc_base/ref_counted_object.h",
     13   ],
     14   "neteq_factory_with_codecs\.h": [
     15     "+system_wrappers/include/clock.h",
     16   ],
     17   "network_emulation_manager\.h": [
     18     "+rtc_base/network_constants.h",
     19     "+rtc_base/ip_address.h",
     20     "+rtc_base/socket_address.h",
     21   ],
     22   "peer_network_dependencies\.h": [
     23     "+rtc_base/socket_factory.h",
     24     "+rtc_base/network.h",
     25     "+rtc_base/thread.h",
     26   ],
     27   "peerconnection_quality_test_fixture\.h": [
     28     "+logging/rtc_event_log/rtc_event_log_factory_interface.h",
     29     "+rtc_base/network.h",
     30     "+rtc_base/rtc_certificate_generator.h",
     31     "+rtc_base/ssl_certificate.h",
     32     "+rtc_base/thread.h",
     33     "+media/base/media_constants.h",
     34     "+modules/audio_processing/include/audio_processing.h",
     35   ],
     36   "time_controller\.h": [
     37     "+rtc_base/synchronization/yield_policy.h",
     38     "+system_wrappers/include/clock.h",
     39     "+rtc_base/socket_server.h",
     40   ],
     41   "create_frame_generator\.h": [
     42     "+system_wrappers/include/clock.h",
     43   ],
     44   "mock_async_dns_resolver\.h": [
     45     "+rtc_base/socket_address.h",
     46   ],
     47   "mock_local_network_access_permission\.h": [
     48     "+rtc_base/socket_address.h",
     49   ],
     50   "mock_packet_socket_factory\.h": [
     51     "+rtc_base/async_packet_socket.h",
     52     "+rtc_base/socket_address.h",
     53   ],
     54   "mock_peerconnectioninterface\.h": [
     55     "+rtc_base/thread.h",
     56   ],
     57   "mock_peer_connection_factory_interface\.h": [
     58     "+p2p/base/port_allocator.h",
     59     "+rtc_base/rtc_certificate_generator.h",
     60   ],
     61   "mock_peerconnectioninterface\.h": [
     62     "+rtc_base/thread.h",
     63   ],
     64   "videocodec_test_fixture\.h": [
     65     "+modules/video_coding/codecs/h264/include/h264_globals.h",
     66   ],
     67   "rtc_error_matchers\.h": [
     68     "+test/gmock.h",
     69   ],
     70 }