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

Side by Side 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, 5 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 import 'dart:sky';
2
3 import 'package:sky/framework/fn.dart';
4
5 class TestApp extends App {
6 UINode build() {
7 return new Container(
8 inlineStyle: 'background-color: green',
9 children: [
10 new Text('I am Text'),
11 new Image(src: 'resources/united.jpg')
12 ]
13 );
14 }
15 }
OLDNEW
« 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