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:
xians@google.com 2011-08-05 08:21:25 +00:00
parent a852de7bae
commit 15ad55b03c

View File

@ -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': [