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

Unified Diff: lib/io/iolib_sources.gypi

Issue 11337019: Use patching for dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments Created 8 years, 2 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/io/iolib_sources.gypi
diff --git a/runtime/bin/io_sources.gypi b/lib/io/iolib_sources.gypi
similarity index 72%
copy from runtime/bin/io_sources.gypi
copy to lib/io/iolib_sources.gypi
index 35d13aa75d8f78c8a458ba5af28f1c313df33cb5..55a9bcf81d714c7bea8d03f4176d6355b9b389b5 100644
--- a/runtime/bin/io_sources.gypi
+++ b/lib/io/iolib_sources.gypi
@@ -2,15 +2,8 @@
# 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:io library.
{
'sources': [
- # The io.dart file needs to be the first source file. It contains
- # the library and import directives for the dart:io library. The
- # dart:io library is created by concatenating the files listed here
- # in the order they are listed.
- 'io.dart',
-
'base64.dart',
'buffer_list.dart',
'chunked_stream.dart',
@@ -35,9 +28,7 @@
'platform.dart',
'platform_impl.dart',
'process.dart',
- 'process_impl.dart',
'socket.dart',
- 'socket_impl.dart',
'socket_stream_impl.dart',
'stdio.dart',
'stream_util.dart',

Powered by Google App Engine
This is Rietveld 408576698