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

Unified Diff: test/compiler-override/my_ld.py

Issue 10833021: Honor $CC/$CC_host and friends in make generator. (Closed) Base URL: http://git.chromium.org/external/gyp.git@master
Patch Set: Remove msvs_emulation.py changes Created 8 years, 4 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/compiler-override/my_cxx.py ('k') | test/compiler-override/test.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/compiler-override/my_ld.py
diff --git a/test/sanitize-rule-names/script.py b/test/compiler-override/my_ld.py
old mode 100644
new mode 100755
similarity index 79%
copy from test/sanitize-rule-names/script.py
copy to test/compiler-override/my_ld.py
index ae2efa1df46901a12301687c0c9a555b4c958260..e2f0bdd51c7c55a4aadbb2206e4d5911b23b12a2
--- a/test/sanitize-rule-names/script.py
+++ b/test/compiler-override/my_ld.py
@@ -1,10 +1,6 @@
#!/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 shutil
import sys
-
-shutil.copyfile(*sys.argv[1:])
+print sys.argv
« no previous file with comments | « test/compiler-override/my_cxx.py ('k') | test/compiler-override/test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698