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

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: 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 unified diff | Download patch
OLDNEW
(Empty)
1 specific_include_rules = {
2 # 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
3 "remote_media_player_manager\.": [
4 "+content/browser/media/android/browser_media_player_manager.h",
5 ],
6
7 # Fix layering violation crbug.com/396828
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

Powered by Google App Engine
This is Rietveld 408576698