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:
parent
2475a1953a
commit
89088b963e
@ -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',
|
||||
|
@ -76,7 +76,7 @@
|
||||
'proto_out_protected': 'webrtc/audio_processing',
|
||||
'proto_out_dir': '<(proto_out_protected)',
|
||||
},
|
||||
'includes': [ '../../../build/protoc.gypi', ],
|
||||
'includes': [ '../../build/protoc.gypi', ],
|
||||
},
|
||||
],
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user