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

Unified Diff: lib/isolate/isolate_sources.gypi

Issue 10828410: Unify dart:isolate. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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
Index: lib/isolate/isolate_sources.gypi
diff --git a/lib/isolate/isolate_sources.gypi b/lib/isolate/isolate_sources.gypi
index 8d2ecce16d52ac0c4de59c8e559db2ea9d1677b4..53d416419fe4a791fd605ae989a40c9120847548 100644
--- a/lib/isolate/isolate_sources.gypi
+++ b/lib/isolate/isolate_sources.gypi
@@ -4,6 +4,7 @@
{
'sources': [
- '../../runtime/lib/empty_source.dart',
+ 'base.dart',
+ 'timer.dart'
],
-}
+}

Powered by Google App Engine
This is Rietveld 408576698