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

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: Fixed gyp/gn deps 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
Index: chrome/browser/media/DEPS
diff --git a/chrome/browser/media/DEPS b/chrome/browser/media/DEPS
index c230b82f8eee2fa3a405d12f5d2f9bd2097379f9..07d8b0741d57699adc5361dd81e1a8742e7d0961 100644
--- a/chrome/browser/media/DEPS
+++ b/chrome/browser/media/DEPS
@@ -1,4 +1,6 @@
include_rules = [
+ "+content/public/renderer/renderer_features.h", # For BUILDFLAG(RTC_USE_H264)
jochen (gone - plz use gerrit) 2016/02/17 10:55:40 browser can't depend on renderer.
hbos_chromium 2016/02/17 12:27:42 It's only depending on the RTC_USE_H264 buildflag
+ "+content/public/renderer/media/webrtc/finch_h264_with_openh264_ffmpeg.h",
"+media/audio",
"+media/base",
"+media/cast",
« no previous file with comments | « no previous file | chrome/browser/media/chrome_webrtc_browsertest.cc » ('j') | chrome/browser/media/chrome_webrtc_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698