Index: tools/isolate/tests/isolate/with_flag.isolate |
diff --git a/tools/isolate/tests/isolate/with_flag.isolate b/tools/isolate/tests/isolate/with_flag.isolate |
deleted file mode 100644 |
index 77c18d2f1d96dc1b32e4dac9fab11be5130bd10a..0000000000000000000000000000000000000000 |
--- a/tools/isolate/tests/isolate/with_flag.isolate |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-# 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', |
- 'with_flag.py', |
- '<(FLAG)', |
- ], |
- 'isolate_dependency_tracked': [ |
- 'with_flag.py', |
- ], |
- 'isolate_dependency_untracked': [ |
- 'files1/', |
- ], |
- }, |
-} |