Chromium Code Reviews| Index: chrome/browser/media/android/remote/DEPS |
| diff --git a/chrome/browser/media/android/remote/DEPS b/chrome/browser/media/android/remote/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e3aebc970a161d01ce74431569ba38525ab0f1bb |
| --- /dev/null |
| +++ b/chrome/browser/media/android/remote/DEPS |
| @@ -0,0 +1,16 @@ |
| +specific_include_rules = { |
| + # 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
|
| + "remote_media_player_manager\.": [ |
| + "+content/browser/media/android/browser_media_player_manager.h", |
| + ], |
| + |
| + # Fix layering violation crbug.com/396828 |
| + "remote_media_player_manager\.cc": [ |
| + "+content/common/media/media_player_messages_android.h", |
| + ], |
| + |
| + # Fix layering violation crbug.com/396828 |
| + "remote_media_player_bridge\.cc": [ |
| + "+content/browser/android/content_view_core_impl.h" |
| + ], |
| +} |