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

Unified Diff: webrtc/build/android/test_runner.py

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
« no previous file with comments | « talk/build/isolate.gypi ('k') | webrtc/build/isolate.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/android/test_runner.py
diff --git a/webrtc/build/android/test_runner.py b/webrtc/build/android/test_runner.py
index eb70c4c97eaba791dd4098be266e2f7eedf2b600..f78da572c28107f4eb8bc7a8b6abc4cfc5b99cc7 100755
--- a/webrtc/build/android/test_runner.py
+++ b/webrtc/build/android/test_runner.py
@@ -33,7 +33,7 @@ def main():
# pylint: disable=protected-access
gtest_test_instance._DEFAULT_ISOLATE_FILE_PATHS.update({
'audio_decoder_unittests':
- 'webrtc/modules/audio_coding/neteq/audio_decoder_unittests.isolate',
+ 'webrtc/modules/audio_decoder_unittests.isolate',
'common_audio_unittests':
'webrtc/common_audio/common_audio_unittests.isolate',
'common_video_unittests':
« no previous file with comments | « talk/build/isolate.gypi ('k') | webrtc/build/isolate.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698