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

Unified Diff: chrome/browser/BUILD.gn

Issue 1722283002: about_flags.cc entry for WebRTC-H264WithOpenH264FFmpeg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit, moved flag to bottom of about_flags list 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/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index e86e462854a395eecb85a35a1ba33f70a8a2129e..62a69806eb9fad28cfaabf327b343d38af09e942 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -188,6 +188,8 @@ source_set("browser") {
"//components/webdata_services",
"//content/public/browser",
"//content/public/common",
+ "//content/public/common:feature_h264_with_openh264_ffmpeg",
hbos_chromium 2016/02/25 15:20:16 (Target for base::Feature kWebRtcH264WithOpenH264F
+ "//content/public/common:features",
hbos_chromium 2016/02/25 15:20:16 (Target for BUILDFLAG(RTC_USE_H264).)
"//courgette:courgette_lib",
"//crypto",
"//google_apis",

Powered by Google App Engine
This is Rietveld 408576698