Chromium Code Reviews| 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'), |