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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/media/chrome_webrtc_browsertest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+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
2 "+media/audio", 3 "+media/audio",
3 "+media/base", 4 "+media/base",
4 "+media/cast", 5 "+media/cast",
5 "+third_party/libyuv", 6 "+third_party/libyuv",
6 "+third_party/webrtc", 7 "+third_party/webrtc",
7 ] 8 ]
OLDNEW
« 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