Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3844)

Unified Diff: chrome/browser/media/android/remote/DEPS

Issue 928643003: Upstream Chrome for Android Cast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing resource, allowing casting from Chrome Shell Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698