From 581e2172af690941d8630895380ce67dab53b31d Mon Sep 17 00:00:00 2001 From: "andresp@webrtc.org" Date: Wed, 14 May 2014 13:12:45 +0000 Subject: [PATCH] Fix libjingle to provide a field_trial implementation. This completes https://webrtc-codereview.appspot.com/14489004/ by updating libjingle rules. BUG=crbug/367114 R=tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/20479004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6149 4adac7df-926f-26a2-2b94-8c16560cd09d --- talk/libjingle.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/talk/libjingle.gyp b/talk/libjingle.gyp index 770bcd42dd..1a25cceea4 100755 --- a/talk/libjingle.gyp +++ b/talk/libjingle.gyp @@ -809,6 +809,7 @@ '<(webrtc_root)/webrtc.gyp:webrtc', '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', '<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers', + '<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:field_trial_default', 'libjingle', 'libjingle_sound', ],