Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 specific_include_rules = { | |
| 2 # Fix layering violation crbug.com/396828 | |
|
scherkus (not reviewing)
2015/03/12 19:15:04
this bug was filed in july 2014 -- do we have a ti
aberent
2015/03/12 20:02:08
I intend to fix this once I have got rid of the do
| |
| 3 "remote_media_player_manager\.": [ | |
| 4 "+content/browser/media/android/browser_media_player_manager.h", | |
| 5 ], | |
| 6 | |
| 7 # Fix layering violation crbug.com/396828 | |
| 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 |