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

Unified Diff: tools/create_sdk.py

Issue 50413009: Remove dart:utf references in tools/create_sdk. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 0982ad28d3c6e42491b0fc3867487c442c86158a..97b14a49e20a8ab56eda77724701204bead7812e 100755
--- a/tools/create_sdk.py
+++ b/tools/create_sdk.py
@@ -39,7 +39,6 @@
# ......js/
# ......math/
# ......mirrors/
-# ......utf/
# ......typed_data/
# ....util/
# ......dartanalyzer/
@@ -188,7 +187,7 @@ def Main(argv):
os.makedirs(LIB)
#
- # Create and populate lib/{core, crypto, isolate, utf, ...}.
+ # Create and populate lib/{core, crypto, isolate, ...}.
#
os.makedirs(join(LIB, 'html'))
@@ -205,7 +204,6 @@ def Main(argv):
join('indexed_db', 'dart2js'), join('indexed_db', 'dartium'),
'js', 'math', 'mirrors', 'typed_data',
join('svg', 'dart2js'), join('svg', 'dartium'),
- '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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698