tor-browser

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

DEPS (1645B)


      1 specific_include_rules = {
      2   "encoded_frame.h" : [
      3     "+modules/rtp_rtcp/source/rtp_video_header.h",
      4     "+modules/video_coding/include/video_codec_interface.h",
      5     "+modules/video_coding/include/video_coding_defines.h",
      6     "+common_video/frame_instrumentation_data.h",
      7   ],
      8   "encoded_image\.h" : [
      9     "+rtc_base/buffer.h",
     10     "+rtc_base/ref_count.h",
     11   ],
     12 
     13   "i010_buffer\.h": [
     14     "+rtc_base/memory/aligned_malloc.h",
     15   ],
     16 
     17   "i210_buffer\.h": [
     18     "+rtc_base/memory/aligned_malloc.h",
     19   ],
     20 
     21   "i410_buffer\.h": [
     22     "+rtc_base/memory/aligned_malloc.h",
     23   ],
     24 
     25   "i420_buffer\.h": [
     26     "+rtc_base/memory/aligned_malloc.h",
     27   ],
     28 
     29   "i422_buffer\.h": [
     30     "+rtc_base/memory/aligned_malloc.h",
     31   ],
     32 
     33   "i444_buffer\.h": [
     34     "+rtc_base/memory/aligned_malloc.h",
     35   ],
     36 
     37   "nv12_buffer\.h": [
     38     "+rtc_base/memory/aligned_malloc.h",
     39   ],
     40 
     41   "recordable_encoded_frame\.h": [
     42     "+rtc_base/ref_count.h",
     43   ],
     44 
     45   "video_frame\.h": [
     46   ],
     47 
     48   "video_frame_buffer\.h": [
     49     "+rtc_base/ref_count.h",
     50   ],
     51 
     52   "video_frame_metadata\.h": [
     53     "+modules/video_coding/codecs/h264/include/h264_globals.h",
     54     "+modules/video_coding/codecs/vp8/include/vp8_globals.h",
     55     "+modules/video_coding/codecs/vp9/include/vp9_globals.h",
     56   ],
     57 
     58   "video_stream_decoder_create.cc": [
     59     "+video/video_stream_decoder_impl.h",
     60   ],
     61 
     62   "video_stream_encoder_create.cc": [
     63     "+video/video_stream_encoder.h",
     64   ],
     65 
     66   "rtp_video_frame_assembler.h": [
     67     "+modules/rtp_rtcp/source/rtp_packet_received.h",
     68   ],
     69 
     70   "frame_buffer.h": [
     71     "+modules/video_coding/utility/decoded_frames_history.h",
     72   ],
     73 
     74   "video_frame_matchers\.h": [
     75     "+test/gmock.h",
     76   ],
     77 }