summaryrefslogtreecommitdiff
path: root/common_audio/common_audio.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'common_audio/common_audio.gyp')
-rw-r--r--common_audio/common_audio.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/common_audio/common_audio.gyp b/common_audio/common_audio.gyp
index c3f141b4..3bed4e4d 100644
--- a/common_audio/common_audio.gyp
+++ b/common_audio/common_audio.gyp
@@ -215,7 +215,7 @@
'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"', {
+ ['build_with_chromium==1 and OS=="android"', {
'dependencies': [
'<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
],
@@ -226,7 +226,7 @@
'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"', {
+ ['build_with_chromium==1 and OS=="android"', {
'targets': [
{
'target_name': 'common_audio_unittests_apk_target',