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

Unified Diff: tools/create_sdk.py

Issue 133273011: Revert "Rename internal library dart:_collection-dev to dart:_internal." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: reapply after revert. 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
« no previous file with comments | « tests/language/import_private_test.dart ('k') | tools/dom/templates/html/dart2js/html_dart2js.darttemplate » ('j') | 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 5261e7170e9668b9b3ea0b068be8c9f922525740..f32d5522165dd3ab931ecc92d8ef15ed650afb5e 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,8 +196,8 @@ def Main(argv):
join('_internal', 'compiler'),
join('_internal', 'dartdoc'),
join('_internal', 'lib'),
- 'async', 'collection', '_collection_dev', 'convert',
- 'core', 'crypto', 'io', 'isolate',
+ 'async', 'collection', 'convert', 'core',
+ 'crypto', 'internal', 'io', 'isolate',
join('html', 'dart2js'), join('html', 'dartium'),
join('html', 'html_common'),
join('indexed_db', 'dart2js'), join('indexed_db', 'dartium'),
« no previous file with comments | « tests/language/import_private_test.dart ('k') | tools/dom/templates/html/dart2js/html_dart2js.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698