| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'includes': [ | 6 'includes': [ |
| 7 '../../../legion/legion.isolate' | 7 '../../../legion/legion.isolate' |
| 8 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 'command': [ | 10 'command': [ |
| 11 'python', | 11 'python', |
| 12 '../../../legion/run_task.py', | 12 '../../../legion/run_task.py', |
| 13 ], | 13 ], |
| 14 'files': [ | 14 'files': [ |
| 15 'http_server.py', | 15 'task.py', |
| 16 ], | 16 ], |
| 17 }, | 17 }, |
| 18 } | 18 } |
| OLD | NEW |