Fix the path to protoc.gypi.

It was mistakenly pointing to the trunk/build rather than the
trunk/src/build copy, causing the Chrome build to fail.

TEST=./build/gyp_chromium in Chrome

Review URL: http://webrtc-codereview.appspot.com/253006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@883 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2011-11-03 20:43:45 +00:00
parent 2475a1953a
commit 89088b963e
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
'proto_out_protected': 'webrtc/audio_processing',
'proto_out_dir': '<(proto_out_protected)',
},
'includes': [ '../../../build/protoc.gypi', ],
'includes': [ '../../build/protoc.gypi', ],
},
{
'target_name': 'audioproc',

View File

@ -76,7 +76,7 @@
'proto_out_protected': 'webrtc/audio_processing',
'proto_out_dir': '<(proto_out_protected)',
},
'includes': [ '../../../build/protoc.gypi', ],
'includes': [ '../../build/protoc.gypi', ],
},
],
}