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

Unified Diff: content/common/DEPS

Issue 7480032: Plumb media data from renderers up to MediaInternals in the browser process. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebasing onto http://codereview.chromium.org/7491048 prior to (hopefully) relanding. Created 9 years, 4 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/common/DEPS
diff --git a/content/common/DEPS b/content/common/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..bffb29b01dde2a9072540bde1f8ae599c898b884
--- /dev/null
+++ b/content/common/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+media/base", # For media_log_event.h.
scherkus (not reviewing) 2011/08/08 21:20:51 I actually found out you can specify an exact .h f
+]

Powered by Google App Engine
This is Rietveld 408576698