summaryrefslogtreecommitdiffstats
path: root/chromium/tools/swarming_client/tests/isolate/split.isolate
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/tools/swarming_client/tests/isolate/split.isolate')
-rw-r--r--chromium/tools/swarming_client/tests/isolate/split.isolate16
1 files changed, 16 insertions, 0 deletions
diff --git a/chromium/tools/swarming_client/tests/isolate/split.isolate b/chromium/tools/swarming_client/tests/isolate/split.isolate
new file mode 100644
index 00000000000..ad967731082
--- /dev/null
+++ b/chromium/tools/swarming_client/tests/isolate/split.isolate
@@ -0,0 +1,16 @@
+# Copyright 2012 The Swarming Authors. All rights reserved.
+# Use of this source code is governed under the Apache License, Version 2.0 that
+# can be found in the LICENSE file.
+{
+ 'variables': {
+ 'command': [
+ 'python',
+ 'split.py',
+ ],
+ 'isolate_dependency_tracked': [
+ '<(DEPTH)/split.py',
+ '<(PRODUCT_DIR)/subdir/42.txt',
+ 'test/data/foo.txt',
+ ],
+ },
+}