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

Unified Diff: runtime/lib/corelib_sources.gypi

Issue 21039005: Add support for file URIs and extracting the file path from file URIs (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed first round of review comments Created 7 years, 5 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/lib/uri.cc » ('j') | runtime/lib/uri_patch.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/corelib_sources.gypi
diff --git a/runtime/lib/corelib_sources.gypi b/runtime/lib/corelib_sources.gypi
index d3efd485db79e5e1b151d17fc5d42b70bce71e88..5580b91223439dd9f95b43b8d9e5ee59daa1bcf4 100644
--- a/runtime/lib/corelib_sources.gypi
+++ b/runtime/lib/corelib_sources.gypi
@@ -51,6 +51,8 @@
'string_patch.dart',
'string_buffer_patch.dart',
'type_patch.dart',
+ 'uri.cc',
+ 'uri_patch.dart',
'weak_property.dart',
'weak_property.cc',
],
« no previous file with comments | « no previous file | runtime/lib/uri.cc » ('j') | runtime/lib/uri_patch.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698