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

Unified Diff: tools/export_tarball/export_tarball.py

Issue 17105005: Fix tarball generation by using correct paths to Blink. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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: tools/export_tarball/export_tarball.py
diff --git a/tools/export_tarball/export_tarball.py b/tools/export_tarball/export_tarball.py
index ec0785c4c4dfe17e44a807561bd8f7ff58886d4c..36a98268ffe03baa145dda5816c229f10f575a9f 100755
--- a/tools/export_tarball/export_tarball.py
+++ b/tools/export_tarball/export_tarball.py
@@ -140,8 +140,8 @@ def main(argv):
print 'Could not run build/util/lastchange.py to update LASTCHANGE.'
return 1
if subprocess.call(['python', 'build/util/lastchange.py', '-s',
- 'src/third_party/WebKit', '-o',
- 'src/build/util/LASTCHANGE.blink'],
+ 'third_party/WebKit', '-o',
+ 'build/util/LASTCHANGE.blink'],
cwd=GetSourceDirectory()) != 0:
print 'Could not run build/util/lastchange.py to update LASTCHANGE.blink.'
return 1
« 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