OLD | NEW |
---|---|
(Empty) | |
1 specific_include_rules = { | |
2 # Fix layering violation crbug.com/396828 | |
3 "remote_media_player_manager\.": [ | |
4 "+content/browser/media/android/browser_media_player_manager.h", | |
5 ], | |
6 | |
7 # Fix layering violation crbug.com/396828 | |
xhwang
2015/03/26 21:29:35
Please add TODO and who will fix this :)
aberent
2015/03/27 11:16:43
Done.
| |
8 "remote_media_player_manager\.cc": [ | |
9 "+content/common/media/media_player_messages_android.h", | |
10 ], | |
11 | |
12 # 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 |