From bd3eee3e2463e28c84c6ee0b0118a73386d44ff4 Mon Sep 17 00:00:00 2001 From: "henrike@webrtc.org" Date: Mon, 8 Jul 2013 17:34:20 +0000 Subject: [PATCH] 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 --- webrtc/modules/modules.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp index 523a14e0b..bfbaf560a 100644 --- a/webrtc/modules/modules.gyp +++ b/webrtc/modules/modules.gyp @@ -309,7 +309,7 @@ 'conditions': [ # TODO(henrike): remove build_with_chromium==1 when the bots are using # 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': [ { 'target_name': 'modules_unittests_apk_target',