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

Unified Diff: testing/legion/examples/subprocess/client.isolate

Issue 952893003: Update from https://crrev.com/317530 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix gn for nacl Created 5 years, 10 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/legion/examples/subprocess/client.isolate
diff --git a/testing/legion/examples/subprocess/client.isolate b/testing/legion/examples/subprocess/client.isolate
deleted file mode 100644
index 611562c9630f11b3a47dd08ac2136d66b231d991..0000000000000000000000000000000000000000
--- a/testing/legion/examples/subprocess/client.isolate
+++ /dev/null
@@ -1,22 +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.isolate'
- ],
- 'conditions': [
- ['multi_machine == 1', {
- 'variables': {
- 'command': [
- 'python',
- '../../client_controller.py',
- ],
- 'files': [
- 'client.isolate'
- ],
- },
- }],
- ],
-}
« no previous file with comments | « testing/legion/examples/hello_world/task_test.py ('k') | testing/legion/examples/subprocess/subprocess_test.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698