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

Unified Diff: content/public/renderer/DEPS

Issue 10662030: WebMediaPlayerImpl needs to own the audio source provider. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 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/public/renderer/DEPS
diff --git a/content/public/renderer/DEPS b/content/public/renderer/DEPS
index c4098abed7e6a7153abd294bfe4de98766b43f64..91104907c989e0d19b0ed9ae9af5077212007ad7 100644
--- a/content/public/renderer/DEPS
+++ b/content/public/renderer/DEPS
@@ -1,4 +1,5 @@
include_rules = [
"+content/renderer/render_view_impl.h",
+ "+media/base/audio_renderer_sink.h",
scherkus (not reviewing) 2012/07/09 23:13:23 I think you can get rid of this if you fix fwd dec
Raymond Toy 2012/07/10 02:51:39 Done.
"+v8/include/v8.h",
]

Powered by Google App Engine
This is Rietveld 408576698