Fixes broken gyp-condition.
TBR=andrew@webrtc.org BUG=N/A Review URL: https://webrtc-codereview.appspot.com/1771004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4304 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
34773d9b6b
commit
bd3eee3e24
@ -309,7 +309,7 @@
|
|||||||
'conditions': [
|
'conditions': [
|
||||||
# TODO(henrike): remove build_with_chromium==1 when the bots are using
|
# TODO(henrike): remove build_with_chromium==1 when the bots are using
|
||||||
# Chromium's buildbots.
|
# Chromium's buildbots.
|
||||||
['OS=="build_with_chromium==1 and android" and gtest_target_type=="shared_library"', {
|
['build_with_chromium==1 and OS=="android" and gtest_target_type=="shared_library"', {
|
||||||
'targets': [
|
'targets': [
|
||||||
{
|
{
|
||||||
'target_name': 'modules_unittests_apk_target',
|
'target_name': 'modules_unittests_apk_target',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user