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

Unified Diff: test/actions-args-change/src/write_file.py

Issue 10377171: Revert r1362: MSVS 2008: Fix to ensure that actions are re-run when the command changes (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Rebase again Created 8 years, 7 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 | « test/actions-args-change/src/dummy-fixed-input.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/actions-args-change/src/write_file.py
diff --git a/test/actions-args-change/src/write_file.py b/test/actions-args-change/src/write_file.py
deleted file mode 100644
index 041e67cf7eeb1c033a92bb4fac1e191305259805..0000000000000000000000000000000000000000
--- a/test/actions-args-change/src/write_file.py
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env python
-
-# Copyright (c) 2012 Google Inc. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import sys
-
-f = open(sys.argv[1], 'w')
-f.write(sys.argv[2])
-f.close()
« no previous file with comments | « test/actions-args-change/src/dummy-fixed-input.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698