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

Unified Diff: tools/gn/last_commit_position.py

Issue 561193004: gn: fix last_commit_position.py and yasm_assemble.gni (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « third_party/yasm/yasm_assemble.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/last_commit_position.py
diff --git a/tools/gn/last_commit_position.py b/tools/gn/last_commit_position.py
index e25bd00489255d1541d766250b4a011825587375..b710ed0b80897edfef31328a95d432556f450737 100644
--- a/tools/gn/last_commit_position.py
+++ b/tools/gn/last_commit_position.py
@@ -93,7 +93,7 @@ git_directory = sys.argv[1]
output_file = sys.argv[2]
header_guard = sys.argv[3]
-value = FetchCommitPosition(".")
+value = FetchCommitPosition(git_directory)
if not value:
print "Could not get last commit position."
sys.exit(1)
« no previous file with comments | « third_party/yasm/yasm_assemble.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698