| 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',
|
|
|