Commit 690a7082 authored by tommi@chromium.org's avatar tommi@chromium.org

Temporarily adding libpeerconnection as a dependency on three test targets...

Temporarily adding libpeerconnection as a dependency on three test targets that fail to link on lucid32.
I'm looking into what the problems are, but in the meantime checking this in to fix the build.

BUG=231068
TBR=grunell@chromium.org

Review URL: https://codereview.chromium.org/13923005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195385 0039d316-1c4b-4281-b951-d872f2087c98
parent 7f9331c5
...@@ -136,6 +136,14 @@ ...@@ -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',
],
}],
], ],
}, },
{ {
...@@ -2239,6 +2247,14 @@ ...@@ -2239,6 +2247,14 @@
'../build/linux/system.gyp:gtk', '../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',
],
}],
], ],
}, },
{ {
...@@ -2805,6 +2821,14 @@ ...@@ -2805,6 +2821,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',
],
}],
], ],
}, },
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment