Chromium Code Reviews| Index: chrome/app/android/DEPS |
| diff --git a/chrome/app/android/DEPS b/chrome/app/android/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0e145c36729149c7af26d01b9b162adccff3db27 |
| --- /dev/null |
| +++ b/chrome/app/android/DEPS |
| @@ -0,0 +1,6 @@ |
| +specific_include_rules = { |
| + # Fix layering violation crbug.com/396828 |
| + "chrome_main_delegate_android.cc": [ |
| + "+content/browser/media/android/browser_media_player_manager.h", |
| + ], |
| +} |