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

Unified Diff: testing/chromoting/multi_machine_example/example_test_controller.isolate

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 9 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: testing/chromoting/multi_machine_example/example_test_controller.isolate
diff --git a/testing/chromoting/multi_machine_example/example_test_controller.isolate b/testing/chromoting/multi_machine_example/example_test_controller.isolate
deleted file mode 100644
index 957cae4246369915e8e1a79c273fd73c9682f87f..0000000000000000000000000000000000000000
--- a/testing/chromoting/multi_machine_example/example_test_controller.isolate
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'includes': [
- '../../legion/legion.isolate',
- ],
- 'variables': {
- 'command': [
- 'python',
- 'example_test_controller.py',
- '--commands_file',
- '../browser_test_commands_linux.txt',
- '--prod_dir',
- '<(PRODUCT_DIR)',
- '--cfg_file',
- '../../../remoting/tools/internal/test-account-host-config.json',
- '--me2me_manifest_file',
- '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json',
- '--it2me_manifest_file',
- '<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json',
- '--user_profile_dir',
- '/tmp/chromoting_test_profile',
- ],
- 'files': [
- 'example_test_controller.py',
- '../../../tools/swarming_client/',
- ],
- },
-}

Powered by Google App Engine
This is Rietveld 408576698