From 2cbb4293232d00223c30ef64dad416ebb1cfaefe Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Fri, 2 Aug 2013 20:52:54 +0000 Subject: [PATCH] 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 --- webrtc/modules/modules.gyp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp index 57cda369bc..4e68ee9a64 100644 --- a/webrtc/modules/modules.gyp +++ b/webrtc/modules/modules.gyp @@ -326,15 +326,7 @@ 'dependencies': [ '<(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', 'type': 'none',