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

Unified Diff: tools/create_sdk.py

Issue 16019002: Merge the dart:uri library into dart:core and update the Uri class (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Final cleanup Created 7 years, 7 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/utils/uri_test.dart ('k') | utils/apidoc/apidoc.dart » ('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 c2c5cd05c035de637d6d41c4edde672e83cdec74..d15726867451428aee88c75c9acbd840e25ededd 100755
--- a/tools/create_sdk.py
+++ b/tools/create_sdk.py
@@ -38,7 +38,6 @@
# ......math/
# ......mdv_observe_impl/
# ......mirrors/
-# ......uri/
# ......utf/
# ......typed_data/
# ....packages/
@@ -205,7 +204,7 @@ def Main(argv):
os.makedirs(LIB)
#
- # Create and populate lib/{core, crypto, isolate, json, uri, utf, ...}.
+ # Create and populate lib/{core, crypto, isolate, json, utf, ...}.
#
os.makedirs(join(LIB, 'html'))
@@ -221,7 +220,7 @@ def Main(argv):
join('indexed_db', 'dart2js'), join('indexed_db', 'dartium'),
'json', 'math', 'mdv_observe_impl', 'mirrors', 'typed_data',
join('svg', 'dart2js'), join('svg', 'dartium'),
- 'uri', 'utf',
+ 'utf',
join('web_audio', 'dart2js'), join('web_audio', 'dartium'),
join('web_gl', 'dart2js'), join('web_gl', 'dartium'),
join('web_sql', 'dart2js'), join('web_sql', 'dartium')]:
« no previous file with comments | « tests/utils/uri_test.dart ('k') | utils/apidoc/apidoc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698