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

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: Fix dependencies (second attempt). 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
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | chrome/browser/media/android/remote/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..ecbee679ca25670a8a8f92c123e84532d4f36177
--- /dev/null
+++ b/chrome/browser/media/android/remote/DEPS
@@ -0,0 +1,16 @@
+specific_include_rules = {
+ # TODO(aberent): Fix layering violation crbug.com/396828
+ "remote_media_player_manager\.": [
+ "+content/browser/media/android/browser_media_player_manager.h",
+ ],
+
+ # TODO(aberent): Fix layering violation crbug.com/396828
+ "remote_media_player_manager\.cc": [
+ "+content/common/media/media_player_messages_android.h",
+ ],
+
+ # TODO(aberent): Fix layering violation crbug.com/396828
+ "remote_media_player_bridge\.cc": [
+ "+content/browser/android/content_view_core_impl.h"
+ ],
+}
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | chrome/browser/media/android/remote/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698