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

Unified Diff: tools/create_sdk.py

Issue 133893007: Rename internal library dart:_collection-dev to dart:_internal. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix typo in dart2js Symbol lookup. Created 6 years, 11 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
Index: tools/create_sdk.py
diff --git a/tools/create_sdk.py b/tools/create_sdk.py
index 5261e7170e9668b9b3ea0b068be8c9f922525740..be21b0d25f4b76e349cbff4b62b97761e0f74727 100755
--- a/tools/create_sdk.py
+++ b/tools/create_sdk.py
@@ -30,10 +30,10 @@
# ......_internal/
# ......async/
# ......collection/
-# ......_collection_dev/
# ......convert/
# ......core/
# ......html/
+# ......internal/
# ......io/
# ......isolate/
# ......js/
@@ -196,7 +196,7 @@ def Main(argv):
join('_internal', 'compiler'),
join('_internal', 'dartdoc'),
join('_internal', 'lib'),
- 'async', 'collection', '_collection_dev', 'convert',
+ 'async', 'collection', '_internal', 'convert',
Ivan Posva 2014/01/14 23:35:32 s4d
Lasse Reichstein Nielsen 2014/01/15 09:27:42 Moved to between 'crypto' and 'io'. And changed to
'core', 'crypto', 'io', 'isolate',
join('html', 'dart2js'), join('html', 'dartium'),
join('html', 'html_common'),

Powered by Google App Engine
This is Rietveld 408576698