Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(447)

Unified Diff: tools/isolate/data/isolate/non_existent.isolate

Issue 10019014: Convert isolate.py to exclusively use .isolate files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Do not read as binary Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/isolate/data/isolate/no_run.isolate ('k') | tools/isolate/data/isolate/ok.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/isolate/data/isolate/non_existent.isolate
diff --git a/tools/isolate/data/isolate/non_existent.isolate b/tools/isolate/data/isolate/non_existent.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..8e344d9080ff94ee22b22dc03e919399e6cbf0c0
--- /dev/null
+++ b/tools/isolate/data/isolate/non_existent.isolate
@@ -0,0 +1,10 @@
+# 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': {
+ 'isolate_dependency_tracked': [
+ 'A_file_that_do_not_exist',
+ ],
+ },
+}
« no previous file with comments | « tools/isolate/data/isolate/no_run.isolate ('k') | tools/isolate/data/isolate/ok.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698