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

Unified Diff: runtime/bin/io_sources.gypi

Issue 12321129: Expand part declarations in the builtin library python scripts to avoid having to repeat part decla… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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/bin/io.dart ('k') | runtime/tools/concat_library.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/io_sources.gypi
diff --git a/runtime/bin/io_sources.gypi b/runtime/bin/io_sources.gypi
index 69100f0350b4f9becf35896b851342a38b7cc00e..9e465393b41d666bfd2b26f9861ca0988f99f1b9 100644
--- a/runtime/bin/io_sources.gypi
+++ b/runtime/bin/io_sources.gypi
@@ -5,6 +5,8 @@
# This file contains all sources for the dart:io library.
{
'sources': [
+ 'io.dart',
+ # The above file needs to be first as it imports required libraries.
'common_patch.dart',
'directory_patch.dart',
'eventhandler_patch.dart',
« no previous file with comments | « runtime/bin/io.dart ('k') | runtime/tools/concat_library.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698