Index: webrtc/modules/audio_device/audio_device.gypi |
diff --git a/webrtc/modules/audio_device/audio_device.gypi b/webrtc/modules/audio_device/audio_device.gypi |
index 3cb980f6ed4a34656910e84e589ae86d9f83779d..0678d33802d04b3e77672d137d3f2e04355fa55c 100644 |
--- a/webrtc/modules/audio_device/audio_device.gypi |
+++ b/webrtc/modules/audio_device/audio_device.gypi |
@@ -236,25 +236,6 @@ |
], |
}, |
], # targets |
- 'conditions': [ |
- ['test_isolation_mode != "noop"', { |
- 'targets': [ |
- { |
- 'target_name': 'audio_device_tests_run', |
- 'type': 'none', |
- 'dependencies': [ |
- 'audio_device_tests', |
- ], |
- 'includes': [ |
- '../../build/isolate.gypi', |
- ], |
- 'sources': [ |
- 'audio_device_tests.isolate', |
- ], |
- }, |
- ], |
- }], |
- ], |
}], # include_tests |
], |
} |