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

Side by Side Diff: lib/isolate/isolate_frog.dart

Issue 10662048: Build uses dart2js.bat on Windows (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « lib/dartdoc/frog/reader.dart ('k') | utils/apidoc/apidoc.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 5
6 // Dart isolate's API and implementation for frog. Since dartdocs are generated 6 // Dart isolate's API and implementation for frog. Since dartdocs are generated
7 // using frog, we include here some additional library level comments. 7 // using frog, we include here some additional library level comments.
8 8
9 /** 9 /**
10 * The `dart:isolate` library defines APIs to spawn and communicate with 10 * The `dart:isolate` library defines APIs to spawn and communicate with
(...skipping 27 matching lines...) Expand all
38 * [spawnFunction] and [spawnUri], and we have an API to spawn DOM isolates. 38 * [spawnFunction] and [spawnUri], and we have an API to spawn DOM isolates.
39 */ 39 */
40 #library("dart:isolate"); 40 #library("dart:isolate");
41 41
42 #import("../uri/uri.dart"); 42 #import("../uri/uri.dart");
43 #source("isolate_api.dart"); 43 #source("isolate_api.dart");
44 #source("frog/compiler_hooks.dart"); 44 #source("frog/compiler_hooks.dart");
45 #source("frog/isolateimpl.dart"); 45 #source("frog/isolateimpl.dart");
46 #source("frog/ports.dart"); 46 #source("frog/ports.dart");
47 #source("frog/messages.dart"); 47 #source("frog/messages.dart");
48 #source("timer.dart");
49 #source("timer_hook.dart");
48 #native("frog/natives.js"); 50 #native("frog/natives.js");
OLDNEW
« no previous file with comments | « lib/dartdoc/frog/reader.dart ('k') | utils/apidoc/apidoc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698