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:
@@ -28,7 +28,7 @@
|
|||||||
}],
|
}],
|
||||||
['build_with_chromium==1', {
|
['build_with_chromium==1', {
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'../../../../third_party/protobuf/protobuf.gyp:protobuf_lite',
|
'../../../../../protobuf/protobuf.gyp:protobuf_lite',
|
||||||
],
|
],
|
||||||
}, {
|
}, {
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
@@ -117,7 +117,7 @@
|
|||||||
'conditions': [
|
'conditions': [
|
||||||
['build_with_chromium==1', {
|
['build_with_chromium==1', {
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'../../../../third_party/protobuf/protobuf.gyp:protoc#host',
|
'../../../../../protobuf/protobuf.gyp:protoc#host',
|
||||||
],
|
],
|
||||||
}, {
|
}, {
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
|
|||||||
Reference in New Issue
Block a user