Index: tests/isolate/touch_only.isolate |
diff --git a/tests/isolate/touch_only.isolate b/tests/isolate/touch_only.isolate |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a134096c195b33d7f431101321de1ecad95ae730 |
--- /dev/null |
+++ b/tests/isolate/touch_only.isolate |
@@ -0,0 +1,18 @@ |
+# 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', |
+ ], |
+ }, |
+} |