Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6686)

Unified Diff: chrome/chrome_tests.gypi

Issue 13923005: Temporarily adding libpeerconnection as a dependency on three test targets that fail to link on luc… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ ],
+ }],
],
},
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698