Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 7e6aeb881770f7dd823d67363ed7aac589f9f9c3..a2114bbeb58c90e5db0207b6200191b63fce24a5 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -136,6 +136,14 @@ |
}], |
], |
}], |
+ ['OS=="linux" and enable_webrtc==1', { |
+ 'dependencies': [ |
+ # TODO(tommi): Figure out why the 32bit lucid builder fails to |
+ # find this dependency for this target (other builders pick it up |
+ # correctly). crbug.com/231068. |
+ '../third_party/libjingle/libjingle.gyp:libpeerconnection', |
+ ], |
+ }], |
], |
}, |
{ |
@@ -2221,6 +2229,14 @@ |
'../build/linux/system.gyp:gtk', |
], |
},], |
+ ['OS=="linux" and enable_webrtc==1', { |
+ 'dependencies': [ |
+ # TODO(tommi): Figure out why the 32bit lucid builder fails to |
+ # find this dependency for this target (other builders pick it up |
+ # correctly). crbug.com/231068. |
+ '../third_party/libjingle/libjingle.gyp:libpeerconnection', |
+ ], |
+ }], |
], |
}, |
{ |
@@ -2787,6 +2803,14 @@ |
}], |
], |
}], |
+ ['OS=="linux" and enable_webrtc==1', { |
+ 'dependencies': [ |
+ # TODO(tommi): Figure out why the 32bit lucid builder fails to |
+ # find this dependency for this target (other builders pick it up |
+ # correctly). crbug.com/231068. |
+ '../third_party/libjingle/libjingle.gyp:libpeerconnection', |
+ ], |
+ }], |
], |
}, |
], |