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

Unified Diff: runtime/lib/isolate_sources.gypi

Issue 10828411: Re-apply 'Unify dart:isolate.' with fixes for autogenerated dart2js and dartium html files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review fixes. 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
« no previous file with comments | « runtime/lib/isolate_patch.dart ('k') | no next file » | 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
index adf740de7e2a1d90700800a79644eba8409bc4ec..373158f84d45d1d8a1cd58d5bbf8a6edb19871b1 100644
--- a/runtime/lib/isolate_sources.gypi
+++ b/runtime/lib/isolate_sources.gypi
@@ -5,10 +5,7 @@
# This file contains all sources for the dart:isolate library.
{
'sources': [
- '../../lib/isolate/isolate_api.dart',
- '../../lib/isolate/timer.dart',
- '../../lib/isolate/timer_hook.dart',
- 'isolate.dart',
+ 'isolate_patch.dart',
'isolate.cc',
],
}
« no previous file with comments | « runtime/lib/isolate_patch.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698