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

Unified Diff: chrome/test/BUILD.gn

Issue 1718883002: 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: (Updated comment) 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 | « chrome/chrome_tests.gypi ('k') | content/content.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index da5984afc37a8ed48cae80e975bdf089303a9068..137558e978d5a816e7b03facf1a53b14a319da03 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -876,6 +876,7 @@ if (!is_android) {
"//components/safe_browsing_db:test_database_manager",
"//components/strings",
"//components/translate/core/common",
+ "//content/public/common:features",
"//content/test:browsertest_base",
"//crypto:platform",
"//crypto:test_support",
@@ -1087,7 +1088,9 @@ if (!is_android) {
if (enable_captive_portal_detection) {
sources += [ "../browser/captive_portal/captive_portal_browsertest.cc" ]
}
- if (!enable_webrtc) {
+ if (enable_webrtc) {
+ deps += [ "//content/public/common:feature_h264_with_openh264_ffmpeg" ]
+ } else {
sources -= [
"../browser/extensions/api/webrtc_audio_private/webrtc_audio_private_browsertest.cc",
"../browser/extensions/api/webrtc_logging_private/webrtc_logging_private_apitest.cc",
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698