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