| Index: dart/site/try/themes.dart
|
| diff --git a/dart/tests/standalone/http_launch_data/http_launch_main.dart b/dart/site/try/themes.dart
|
| similarity index 67%
|
| copy from dart/tests/standalone/http_launch_data/http_launch_main.dart
|
| copy to dart/site/try/themes.dart
|
| index fb69fbb8e854e5bc653ea7823d9666351f51811b..464f23c7a8e0aa193c840a697a0ea1ff0bd3a4fe 100644
|
| --- a/dart/tests/standalone/http_launch_data/http_launch_main.dart
|
| +++ b/dart/site/try/themes.dart
|
| @@ -2,11 +2,10 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +library trydart.themes;
|
|
|
| -library http_launch_main;
|
| +import 'decoration.dart';
|
|
|
| -import 'package:simple/simple.dart';
|
| +part 'theme_default.dart';
|
|
|
| -main() {
|
| - print(getSimpleString());
|
| -}
|
| +part 'extracted_themes.dart';
|
|
|