Remove --target-devices-file

As was done in https://chromium-review.googlesource.com/704191

Bug: None
Change-Id: I3e7a5f9e5e2111ddba9218faec15858b86fcab19
Reviewed-on: https://webrtc-review.googlesource.com/7612
Reviewed-by: Henrik Kjellander <kjellander@webrtc.org>
Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20198}
This commit is contained in:
Edward Lemur
2017-10-09 10:39:47 +02:00
committed by Commit Bot
parent b23ed7f1af
commit 59c7db8e12
2 changed files with 0 additions and 4 deletions

View File

@ -1055,9 +1055,6 @@ class MetaBuildWrapper(object):
'--logdog-bin-cmd', '../../bin/logdog_butler',
'--logcat-output-file', '${ISOLATED_OUTDIR}/logcats',
'--store-tombstones']
if test_type != 'junit_test':
cmdline += ['--target-devices-file', '${SWARMING_BOT_FILE}']
elif test_type == "script":
cmdline = ['../../' + self.ToSrcRelPath(isolate_map[target]['script'])]
else:

View File

@ -383,7 +383,6 @@ class UnitTest(unittest.TestCase):
'--logdog-bin-cmd', '../../bin/logdog_butler',
'--logcat-output-file', '${ISOLATED_OUTDIR}/logcats',
'--store-tombstones',
'--target-devices-file', '${SWARMING_BOT_FILE}',
])
def test_gn_gen_swarming_android_junit_test(self):