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

Unified Diff: sdk/lib/io/iolib_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 | « sdk/lib/crypto/crypto_sources.gypi ('k') | sdk/lib/isolate/isolate_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/iolib_sources.gypi
diff --git a/sdk/lib/io/iolib_sources.gypi b/sdk/lib/io/iolib_sources.gypi
index b6955561a357c7e0015b6f62acccd88e5fd291ee..3490f3673249ac7bec56cf18f6c04e91075cbf47 100644
--- a/sdk/lib/io/iolib_sources.gypi
+++ b/sdk/lib/io/iolib_sources.gypi
@@ -4,35 +4,6 @@
{
'sources': [
- 'base64.dart',
- 'buffer_list.dart',
- 'common.dart',
- 'directory.dart',
- 'directory_impl.dart',
- 'eventhandler.dart',
- 'file.dart',
- 'file_impl.dart',
- 'file_system_entity.dart',
- 'http.dart',
- 'http_headers.dart',
- 'http_impl.dart',
- 'http_parser.dart',
- 'http_session.dart',
- 'http_utils.dart',
- 'io_stream_consumer.dart',
- 'mime_multipart_parser.dart',
- 'path.dart',
- 'path_impl.dart',
- 'platform.dart',
- 'platform_impl.dart',
- 'process.dart',
- 'socket.dart',
- 'stdio.dart',
- 'string_transformer.dart',
- 'timer_impl.dart',
- 'secure_socket.dart',
- 'secure_server_socket.dart',
- 'websocket.dart',
- 'websocket_impl.dart',
+ 'io.dart',
],
}
« no previous file with comments | « sdk/lib/crypto/crypto_sources.gypi ('k') | sdk/lib/isolate/isolate_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698