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

Unified Diff: tools/create_sdk.py

Issue 10696191: Frog removed from dartdoc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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 | « lib/dartdoc/frog/world.dart ('k') | 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 bc547b27d6ecdefd736f1482550825aec1f5e041..c770f32a7f4cbc1c43d458893e8977805005daab 100755
--- a/tools/create_sdk.py
+++ b/tools/create_sdk.py
@@ -358,16 +358,6 @@ def Main(argv):
"scriptDir, '../dart2js/'"),
])
- ReplaceInFiles([join(LIB, 'dartdoc', 'frog', 'frog_options.dart')], [
- ("final config = \'dev\';", "final config = \'sdk\';")
- ])
- ReplaceInFiles([join(LIB, 'dartdoc', 'frog', 'lib', 'corelib.dart')], [
- ("../../../../corelib/src/", "../../../core/runtime/")
- ]);
- ReplaceInFiles([join(LIB, 'dartdoc', 'frog', 'lib', 'corelib_impl.dart')], [
- ("../../../../corelib/src/implementation", "../../../coreimpl/runtime/")
- ]);
-
# Create and populate lib/isolate
copytree(join(HOME, 'lib', 'isolate'), join(LIB, 'isolate'),
ignore=ignore_patterns('.svn'))
« no previous file with comments | « lib/dartdoc/frog/world.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698