Chromium Code Reviews| Index: tests/isolate/fail.isolate |
| diff --git a/tests/isolate/fail.isolate b/tests/isolate/fail.isolate |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..eeeb97bcd022766e9c0b960982281e37342532ce |
| --- /dev/null |
| +++ b/tests/isolate/fail.isolate |
| @@ -0,0 +1,14 @@ |
| +# Copyright (c) 2012 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. |
| +{ |
| + 'variables': { |
| + 'command': [ |
| + 'python', |
| + 'fail.py', |
| + ], |
| + 'isolate_dependency_tracked': [ |
| + 'fail.py', |
| + ], |
| + }, |
| +} |