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

Side by Side Diff: content/browser/renderer_host/media/DEPS

Issue 364123002: [Cross-Site Isolation] Migrate entire MediaStream verticals to be per-RenderFrame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added comment and style fix, per yzshen. Also, REBASE. Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+media", 2 "+media",
3 ] 3 ]
4
5 specific_include_rules = {
6 # TODO(miu): Need to relocate MediaStreamManager/DispatcherHost/UIProxy and
7 # friends to somewhere more appropriate (content/browser/frame_host/media?).
jam 2014/07/15 02:04:08 or move this code to content/browser/media?
miu 2014/07/15 20:37:55 Changed comment. I'll poke around to see who is w
8 "media_stream_ui_proxy(_unittest)?\.cc": [
9 "+content/browser/frame_host",
10 ],
11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698