mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-18 16:17:50 +01:00
Remove redundant conditions key.
Gives an error when gyp is run with CHROMIUM_GYP_SYNTAX_CHECK=1. TBR=henrike Review URL: https://webrtc-codereview.appspot.com/1952004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4478 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
7df9706a01
commit
2cbb429323
1 changed files with 1 additions and 9 deletions
|
@ -326,15 +326,7 @@
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'<(apk_tests_path):modules_unittests_apk',
|
'<(apk_tests_path):modules_unittests_apk',
|
||||||
],
|
],
|
||||||
}
|
},
|
||||||
],
|
|
||||||
}],
|
|
||||||
],
|
|
||||||
'conditions': [
|
|
||||||
# TODO(henrike): remove build_with_chromium==1 when the bots are using
|
|
||||||
# Chromium's buildbots.
|
|
||||||
['build_with_chromium==1 and OS=="android" and gtest_target_type=="shared_library"', {
|
|
||||||
'targets': [
|
|
||||||
{
|
{
|
||||||
'target_name': 'modules_integrationtests_apk_target',
|
'target_name': 'modules_integrationtests_apk_target',
|
||||||
'type': 'none',
|
'type': 'none',
|
||||||
|
|
Loading…
Reference in a new issue