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

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

Issue 172003004: Fixit: Move tab and desktop capture code to new location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+media", 2 "+media",
3
4 # TODO: this is temporary, this directory doesn't belong under renderer_host
5 # since it depends on web_contents.
6 "+content/browser/web_contents",
7 "+content/public/browser/web_contents.h",
8 "+content/public/browser/web_contents_view.h",
9 ] 3 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698