Index: tools/isolate/tests/isolate/touch_only.isolate |
diff --git a/tools/isolate/tests/isolate/touch_only.isolate b/tools/isolate/tests/isolate/touch_only.isolate |
deleted file mode 100644 |
index a134096c195b33d7f431101321de1ecad95ae730..0000000000000000000000000000000000000000 |
--- a/tools/isolate/tests/isolate/touch_only.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', |
- 'touch_only.py', |
- '<(FLAG)', |
- ], |
- 'isolate_dependency_tracked': [ |
- 'touch_only.py', |
- ], |
- 'isolate_dependency_touched': [ |
- 'files1/test_file1.txt', |
- ], |
- }, |
-} |