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

Side by Side 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 preserving position when switching to local playback 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 unified diff | Download patch
OLDNEW
(Empty)
1 specific_include_rules = {
2 # Fix layering violation crbug.com/396828
3 "remote_media_player_manager\.": [
4 "+content/browser/media/android/browser_media_player_manager.h",
5 ],
6
7 # Fix layering violation crbug.com/396828
xhwang 2015/03/26 21:29:35 Please add TODO and who will fix this :)
aberent 2015/03/27 11:16:43 Done.
8 "remote_media_player_manager\.cc": [
9 "+content/common/media/media_player_messages_android.h",
10 ],
11
12 # Fix layering violation crbug.com/396828
13 "remote_media_player_bridge\.cc": [
14 "+content/browser/android/content_view_core_impl.h"
15 ],
16 }
OLDNEW
« 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