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

Unified Diff: sky/tests/framework/resources/basic.dart

Issue 1221883002: Remove package:sky/framework (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « sky/tests/framework/resources/ba.jpg ('k') | sky/tests/framework/resources/delta.jpg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/framework/resources/basic.dart
diff --git a/sky/tests/framework/resources/basic.dart b/sky/tests/framework/resources/basic.dart
deleted file mode 100644
index 36d357d18251cd4cd2c2e8522697dbe021531233..0000000000000000000000000000000000000000
--- a/sky/tests/framework/resources/basic.dart
+++ /dev/null
@@ -1,15 +0,0 @@
-import 'dart:sky';
-
-import 'package:sky/framework/fn.dart';
-
-class TestApp extends App {
- UINode build() {
- return new Container(
- inlineStyle: 'background-color: green',
- children: [
- new Text('I am Text'),
- new Image(src: 'resources/united.jpg')
- ]
- );
- }
-}
« no previous file with comments | « sky/tests/framework/resources/ba.jpg ('k') | sky/tests/framework/resources/delta.jpg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698