Home | History | Annotate | Download | only in media
      1 include_rules = [
      2   "+media",
      3 ]
      4 
      5 specific_include_rules = {
      6   # TODO(miu): Need to relocate MediaStreamManager/DispatcherHost/UIProxy and
      7   # friends to somewhere more appropriate.  Perhaps content/browser/media?
      8   "media_stream_ui_proxy(_unittest)?\.cc": [
      9     "+content/browser/frame_host",
     10   ],
     11 }
     12