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