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

Unified Diff: content/content_common.gypi

Issue 1728453002: 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: #define macro instead of BUILDFLAG. common_features (aka renderer_features) deleted. 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 | « content/content.gyp ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 703edad4c1f1565340167991a031b9c7e2b905e5..32dfe71ea48d7f27b6da57629104675cf89208eb 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -798,6 +798,16 @@
'dependencies': [
'../third_party/libjingle/libjingle.gyp:libjingle',
],
+ 'includes': [
+ '../third_party/webrtc/build/common.gypi',
+ ],
+ 'conditions': [
+ ['rtc_use_h264==1', {
+ 'defines': [
+ 'BUILDFLAG_RTC_USE_H264',
+ ],
+ }],
+ ],
'sources': [
'public/common/webrtc_ip_handling_policy.cc',
'public/common/webrtc_ip_handling_policy.h',
« no previous file with comments | « content/content.gyp ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698