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

Unified 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, 6 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 side-by-side diff with in-line comments
Download patch
Index: content/shell/renderer/DEPS
diff --git a/content/shell/renderer/DEPS b/content/shell/renderer/DEPS
index 47de12f040fd821ad5a16130f68f0db42f982723..5b61bbb74350d793013321273dcfaf7da4f8c627 100644
--- a/content/shell/renderer/DEPS
+++ b/content/shell/renderer/DEPS
@@ -1,3 +1,12 @@
include_rules = [
+ # TODO(scherkus): Use RenderViewImpl::createMediaPlayer() and expose
+ # proper public APIs for overriding WebRTC components instead of depending
+ # 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
+ "+content/renderer/media/video_frame_provider.h",
+ "+content/renderer/media/media_stream_client.h",
+ "+content/renderer/media/media_stream_audio_renderer.h",
+ "+content/renderer/media/webmediaplayer_impl.h",
+ "+content/renderer/media/webmediaplayer_ms.h",
+ "+content/renderer/media/webmediaplayer_params.h",
"+media/base", # For media::MediaLog.
]

Powered by Google App Engine
This is Rietveld 408576698