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

Side by Side Diff: test/codegen/expect/sunflower/sunflower.js

Issue 1530563003: Generate all runtime files from dart. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged master Created 4 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 unified diff | Download patch
« no previous file with comments | « test/codegen/expect/sunflower/sunflower.html ('k') | test/codegen/expect/syncstar_syntax.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 dart_library.library('sunflower/sunflower', null, /* Imports */[ 1 dart_library.library('sunflower/sunflower', null, /* Imports */[
2 "dart/_runtime", 2 'dart/_runtime',
3 'sunflower/dom', 3 'sunflower/dom',
4 'dart/core', 4 'dart/core',
5 'dart/math', 5 'dart/math',
6 'sunflower/painter', 6 'sunflower/painter',
7 'sunflower/circle' 7 'sunflower/circle'
8 ], /* Lazy imports */[ 8 ], /* Lazy imports */[
9 ], function(exports, dart, dom, core, math, painter, circle) { 9 ], function(exports, dart, dom, core, math, painter, circle) {
10 'use strict'; 10 'use strict';
11 let dartx = dart.dartx; 11 let dartx = dart.dartx;
12 const SEED_RADIUS = 2; 12 const SEED_RADIUS = 2;
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 exports.SEED_RADIUS = SEED_RADIUS; 68 exports.SEED_RADIUS = SEED_RADIUS;
69 exports.SCALE_FACTOR = SCALE_FACTOR; 69 exports.SCALE_FACTOR = SCALE_FACTOR;
70 exports.MAX_D = MAX_D; 70 exports.MAX_D = MAX_D;
71 exports.centerX = centerX; 71 exports.centerX = centerX;
72 exports.centerY = centerY; 72 exports.centerY = centerY;
73 exports.querySelector = querySelector; 73 exports.querySelector = querySelector;
74 exports.main = main; 74 exports.main = main;
75 exports.draw = draw; 75 exports.draw = draw;
76 exports.SunflowerSeed = SunflowerSeed; 76 exports.SunflowerSeed = SunflowerSeed;
77 }); 77 });
OLDNEW
« no previous file with comments | « test/codegen/expect/sunflower/sunflower.html ('k') | test/codegen/expect/syncstar_syntax.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698