Enabling 'gn check' on webrtc/sdk

BUG=webrtc:7499

Review-Url: https://codereview.webrtc.org/2818433003
Cr-Commit-Position: refs/heads/master@{#17805}
This commit is contained in:
mbonadei
2017-04-21 00:02:02 -07:00
committed by Commit bot
parent bf34b23ab5
commit 1e060c6b0c
8 changed files with 74 additions and 31 deletions

View File

@ -14,7 +14,10 @@
#import "WebRTC/RTCLogging.h"
#include "webrtc/system_wrappers/include/field_trial_default.h"
// Adding 'nogncheck' to disable the gn include headers check.
// We don't want to depend on 'system_wrappers:field_trial_default' because
// clients should be able to provide their own implementation.
#include "webrtc/system_wrappers/include/field_trial_default.h" // nogncheck
NSString * const kRTCFieldTrialAudioSendSideBweKey = @"WebRTC-Audio-SendSideBwe";
NSString * const kRTCFieldTrialSendSideBweWithOverheadKey = @"WebRTC-SendSideBwe-WithOverhead";