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

Unified Diff: tools/create_sdk.py

Issue 12667015: Fix dart-editor build breaks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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/create_sdk.py
diff --git a/tools/create_sdk.py b/tools/create_sdk.py
index cee0d76eeecc0723fd8f3dff5ac1feba6804f9b3..5843aa5691d36372287f7a33ae1798465566f825 100755
--- a/tools/create_sdk.py
+++ b/tools/create_sdk.py
@@ -278,7 +278,9 @@ def Main(argv):
# Fix up dartdoc.
# TODO(dgrove): Remove this once issue 6619 is fixed.
ReplaceInFiles([join(SDK_tmp, 'lib', '_internal', 'dartdoc',
- 'bin', 'dartdoc.dart')], [
+ 'bin', 'dartdoc.dart'),
+ join(SDK_tmp, 'lib', '_internal', 'dartdoc',
+ 'lib', 'universe_serializer.dart')], [
("../../../../../pkg/args/lib/args.dart",
"../../../../pkg/args/lib/args.dart"),
("../../../../../pkg/pathos/lib/path.dart",
« 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