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

Side by Side Diff: content/shell/renderer/DEPS

Issue 18123002: Migrate webkit/renderer/media/ to content/renderer/media/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 # TODO(scherkus): Use RenderViewImpl::createMediaPlayer() and expose
3 # proper public APIs for overriding WebRTC components instead of depending
4 # on internal content objects http://crbug.com/239826
scherkus (not reviewing) 2013/06/27 21:56:50 jam: I'm assuming these aren't permitted either?
jam 2013/06/28 00:31:58 correct
5 "+content/renderer/media/video_frame_provider.h",
6 "+content/renderer/media/media_stream_client.h",
7 "+content/renderer/media/media_stream_audio_renderer.h",
8 "+content/renderer/media/webmediaplayer_impl.h",
9 "+content/renderer/media/webmediaplayer_ms.h",
10 "+content/renderer/media/webmediaplayer_params.h",
2 "+media/base", # For media::MediaLog. 11 "+media/base", # For media::MediaLog.
3 ] 12 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698