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

Unified Diff: tools/create_sdk.py

Issue 11366063: Fixup a path to dartdoc in the sdk. The pkg directory is in a slightly different location in the re… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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/create_sdk.py
===================================================================
--- tools/create_sdk.py (revision 14483)
+++ tools/create_sdk.py (working copy)
@@ -290,6 +290,10 @@
'lib', 'dartdoc.dart')],
[("_internal/dartdoc/lib/src/client/client",
"lib/_internal/dartdoc/lib/src/client/client")])
+ ReplaceInFiles([join(SDK_tmp, 'lib', '_internal', 'dartdoc',
+ 'bin', 'dartdoc.dart')],
+ [("../../../../../pkg/args/lib/args.dart",
+ "../../../../pkg/args/lib/args.dart")])
# Write the 'version' file
versionFile = open(os.path.join(SDK_tmp, 'version'), 'w')
« 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