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',