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

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: Fix due to issue 12290 Created 7 years, 4 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') | no next file with comments »
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 2c6e3cb6ee938b4f7c40328b99fcbf5c556279fb..ec3c6c1991fa504157bf51b09b9fc49d0363f1c6 100644
--- a/runtime/lib/corelib_sources.gypi
+++ b/runtime/lib/corelib_sources.gypi
@@ -49,6 +49,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698