OLD | NEW |
(Empty) | |
| 1 specific_include_rules = { |
| 2 # TODO(aberent): Fix layering violation crbug.com/396828 |
| 3 "remote_media_player_manager\.": [ |
| 4 "+content/browser/media/android/browser_media_player_manager.h", |
| 5 ], |
| 6 |
| 7 # TODO(aberent): Fix layering violation crbug.com/396828 |
| 8 "remote_media_player_manager\.cc": [ |
| 9 "+content/common/media/media_player_messages_android.h", |
| 10 ], |
| 11 |
| 12 # TODO(aberent): Fix layering violation crbug.com/396828 |
| 13 "remote_media_player_bridge\.cc": [ |
| 14 "+content/browser/android/content_view_core_impl.h" |
| 15 ], |
| 16 } |
OLD | NEW |