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

Unified Diff: dart/site/try/themes.dart

Issue 125123002: try.dartlang.org version 5. (Closed) Base URL: /Users/ahe/Dart/all@master
Patch Set: 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
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';

Powered by Google App Engine
This is Rietveld 408576698