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

Unified Diff: runtime/bin/io_sources.gypi

Issue 10417053: Add Path class to dart:io, and add unit tests for it. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 8 years, 6 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 | « no previous file | runtime/bin/path.dart » ('j') | runtime/bin/path.dart » ('J')
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 671300e1c110cadfdfb75d57d12a970c6f230174..3aa58af2be0fc584516461f8987ead4ffdd1b4af 100644
--- a/runtime/bin/io_sources.gypi
+++ b/runtime/bin/io_sources.gypi
@@ -31,6 +31,8 @@
'output_stream.dart',
'stream_util.dart',
'string_stream.dart',
+ 'path.dart',
+ 'path_impl.dart',
'platform.dart',
'platform_impl.dart',
'process.dart',
« no previous file with comments | « no previous file | runtime/bin/path.dart » ('j') | runtime/bin/path.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698