This CL fixes the gclient runhooks problem with building with chromium.
The problem is src/third_party/webrtc/third_party/protobuf/protobuf.gyp not found Review URL: http://webrtc-codereview.appspot.com/92008 git-svn-id: http://webrtc.googlecode.com/svn/trunk@306 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
a852de7bae
commit
15ad55b03c
@ -28,7 +28,7 @@
|
||||
}],
|
||||
['build_with_chromium==1', {
|
||||
'dependencies': [
|
||||
'../../../../third_party/protobuf/protobuf.gyp:protobuf_lite',
|
||||
'../../../../../protobuf/protobuf.gyp:protobuf_lite',
|
||||
],
|
||||
}, {
|
||||
'dependencies': [
|
||||
@ -117,7 +117,7 @@
|
||||
'conditions': [
|
||||
['build_with_chromium==1', {
|
||||
'dependencies': [
|
||||
'../../../../third_party/protobuf/protobuf.gyp:protoc#host',
|
||||
'../../../../../protobuf/protobuf.gyp:protoc#host',
|
||||
],
|
||||
}, {
|
||||
'dependencies': [
|
||||
|
Loading…
x
Reference in New Issue
Block a user