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

Unified Diff: chrome/browser/media/DEPS

Issue 1673183002: Enable H.264 video WebRTC behind run-time flag and add WebRtcBrowserTest for H.264 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | chrome/browser/media/chrome_webrtc_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/DEPS
diff --git a/chrome/browser/media/DEPS b/chrome/browser/media/DEPS
index c230b82f8eee2fa3a405d12f5d2f9bd2097379f9..b323d93c73974c0c909dadc4e07a1279f198def2 100644
--- a/chrome/browser/media/DEPS
+++ b/chrome/browser/media/DEPS
@@ -1,4 +1,5 @@
include_rules = [
+ "+content/renderer/renderer_features.h", # For BUILDFLAG(RTC_USE_H264).
hbos_chromium 2016/02/08 15:22:53 |rtc_use_h264| is a build flag from the webrtc rep
Avi (use Gerrit) 2016/02/09 16:45:03 No. content/public is the public API for content.
hbos_chromium 2016/02/10 09:48:08 OK. I made renderer_features.h content/public/ ins
"+media/audio",
"+media/base",
"+media/cast",
« no previous file with comments | « no previous file | chrome/browser/media/chrome_webrtc_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698