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

Unified Diff: content/renderer/DEPS

Issue 1211973012: [Experimental] MediaStreamRecorder playground (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed FFmpegMuxer, using instead libwebm::IMkvMuxer, which is partially added Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/media/media_recorder_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/DEPS
diff --git a/content/renderer/DEPS b/content/renderer/DEPS
index 5ea2ee718ec9546bcef8c578c72a06f6d3670361..34ca1fdeb9b33b1678971c50c47f3266be2bf83d 100644
--- a/content/renderer/DEPS
+++ b/content/renderer/DEPS
@@ -16,6 +16,8 @@ include_rules = [
"-storage/browser",
"+third_party/hyphen/hyphen.h",
"+third_party/libjingle",
+ "+third_party/libvpx",
+ "+third_party/libwebm",
"+third_party/tcmalloc",
"+v8/include",
"+v8/src/third_party/vtune",
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/media/media_recorder_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698