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

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

Issue 10068032: Rewrite isolate_smoke_test.py to increase the coverage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: tools/isolate/data/isolate/ok.isolate
diff --git a/tools/isolate/data/isolate/ok.isolate b/tools/isolate/data/isolate/ok.isolate
deleted file mode 100644
index db2f42352944a4a5f51a8a07bd39f8c320eb6345..0000000000000000000000000000000000000000
--- a/tools/isolate/data/isolate/ok.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',
- 'child.py',
- '--ok',
- ],
- 'isolate_dependency_tracked': [
- '<(DEPTH)/data/isolate/child.py',
- ],
- 'isolate_dependency_untracked': [
- 'files1/',
- ],
- },
-}

Powered by Google App Engine
This is Rietveld 408576698