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

Unified Diff: testing/scripts/get_compile_targets.py

Issue 676443002: Revert of Make get_compile_targets.py work on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/scripts/get_compile_targets.py
diff --git a/testing/scripts/get_compile_targets.py b/testing/scripts/get_compile_targets.py
index 16cff951648374847b8c0278ab83e9bc01e4c492..80d4f37135f7554ba58209dd4e95b61a862eb9ad 100755
--- a/testing/scripts/get_compile_targets.py
+++ b/testing/scripts/get_compile_targets.py
@@ -32,7 +32,7 @@
with common.temporary_file() as tempfile_path:
rc = common.run_command(
- [sys.executable, os.path.join(common.SCRIPT_DIR, filename)] +
+ [os.path.join(common.SCRIPT_DIR, filename)] +
passthrough_args +
[
'compile_targets',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698