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

Side by Side Diff: testing/chromoting/multi_machine_example/example_test_controller.isolate

Issue 2257893002: Delete all test isolate file. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Rebasing against ToT just in case Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'includes': [
7 '../../legion/legion.isolate',
8 ],
9 'variables': {
10 'command': [
11 'python',
12 'example_test_controller.py',
13 '--commands_file',
14 '../browser_test_commands_linux.txt',
15 '--prod_dir',
16 '<(PRODUCT_DIR)',
17 '--cfg_file',
18 '../../../remoting/tools/internal/test-account-host-config.json',
19 '--me2me_manifest_file',
20 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json',
21 '--it2me_manifest_file',
22 '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json',
23 '--user_profile_dir',
24 '/tmp/chromoting_test_profile',
25 ],
26 'files': [
27 'example_test_controller.py',
28 '../../../tools/swarming_client/',
29 ],
30 },
31 }
OLDNEW
« no previous file with comments | « testing/chromoting/multi_machine_example/example_task.isolate ('k') | testing/legion/examples/comm_server/controller.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698