Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: webrtc/modules/audio_device/audio_device.gypi

Issue 1373513002: Update isolate.gypi to support Swarming + move .isolate files (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Updated location in webrtc/build/android/test_runner.py Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
],
}
« no previous file with comments | « webrtc/modules/audio_decoder_unittests.isolate ('k') | webrtc/modules/audio_device/audio_device_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698