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

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

Issue 2143903003: [WIP] Move media/capture to device/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
1 include_rules = [
2 "+device/capture",
3 ]
4
1 specific_include_rules = { 5 specific_include_rules = {
2 # TODO(miu): Need to relocate MediaStreamManager/DispatcherHost/UIProxy and 6 # TODO(miu): Need to relocate MediaStreamManager/DispatcherHost/UIProxy and
3 # friends to somewhere more appropriate. Perhaps content/browser/media? 7 # friends to somewhere more appropriate. Perhaps content/browser/media?
4 "media_stream_ui_proxy(_unittest)?\.cc": [ 8 "media_stream_ui_proxy(_unittest)?\.cc": [
5 "+content/browser/frame_host", 9 "+content/browser/frame_host",
6 ], 10 ],
7 } 11 }
OLDNEW
« no previous file with comments | « content/browser/media/media_internals.h ('k') | content/browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698