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

Unified Diff: runtime/lib/isolate_sources.gypi

Issue 9422019: isolates refactor: this change introduces 'dart:isolate' as a library. This is a (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 8 years, 10 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 | « runtime/lib/isolate.dart ('k') | runtime/lib/lib_impl_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/isolate_sources.gypi
diff --git a/runtime/lib/isolate_sources.gypi b/runtime/lib/isolate_sources.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..2aa46c0a6d1a59d3bcb5e57e012827bb5a8e7826
--- /dev/null
+++ b/runtime/lib/isolate_sources.gypi
@@ -0,0 +1,12 @@
+# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+# 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.
+
+# This file contains all sources for the dart:isolate library.
+{
+ 'sources': [
+ '../../lib/isolate/isolate_api.dart',
+ 'isolate.dart',
+ 'isolate.cc',
+ ],
+}
« no previous file with comments | « runtime/lib/isolate.dart ('k') | runtime/lib/lib_impl_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698