From e2357149eb566f8999736feac8c4c0ebe99ff2e2 Mon Sep 17 00:00:00 2001 From: Andrew MacDonald Date: Tue, 12 May 2015 08:43:46 -0700 Subject: [PATCH] Guard new protobuf target with enable_protobuf==1. Fixes a gyp error on iOS. BUG=4642 TBR=aluebs@webrtc.org Review URL: https://webrtc-codereview.appspot.com/46229004 Cr-Commit-Position: refs/heads/master@{#9180} --- webrtc/modules/modules.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp index 3a7e219974..abe91dab76 100644 --- a/webrtc/modules/modules.gyp +++ b/webrtc/modules/modules.gyp @@ -60,7 +60,6 @@ 'audio_device' , 'audio_processing', 'audioproc_test_utils', - 'audioproc_protobuf_utils', 'bitrate_controller', 'bwe_simulator', 'CNG', @@ -313,6 +312,7 @@ ['enable_protobuf==1', { 'defines': [ 'WEBRTC_AUDIOPROC_DEBUG_DUMP' ], 'dependencies': [ + 'audioproc_protobuf_utils', 'audioproc_unittest_proto', ], 'sources': [