summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/webrtc/common_video/common_video_unittests.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/webrtc/common_video/common_video_unittests.gyp')
-rw-r--r--chromium/third_party/webrtc/common_video/common_video_unittests.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/webrtc/common_video/common_video_unittests.gyp b/chromium/third_party/webrtc/common_video/common_video_unittests.gyp
index 9523361cda8..91a11edacbb 100644
--- a/chromium/third_party/webrtc/common_video/common_video_unittests.gyp
+++ b/chromium/third_party/webrtc/common_video/common_video_unittests.gyp
@@ -32,7 +32,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',
],
@@ -43,7 +43,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_video_unittests_apk_target',