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 |
|
Yaron
2015/03/12 19:02:10
Yeesh. I'd rather not block this massive upstreami
aberent
2015/03/12 20:02:08
Yes, I intend to. The reason I didn't do so first
|
| + "chrome_main_delegate_android.cc": [ |
| + "+content/browser/media/android/browser_media_player_manager.h", |
| + ], |
| +} |