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

Unified Diff: runtime/bin/dartutils.h

Issue 9254026: Split dart:builtin into dart:builtin and dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comment and add binaries. Created 8 years, 11 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 | « runtime/bin/builtin_sources.gypi ('k') | runtime/bin/dartutils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/dartutils.h
diff --git a/runtime/bin/dartutils.h b/runtime/bin/dartutils.h
index f18d2c6c546aa3de36a5b540b9659e54c1043574..9b04bfe14e7852b2e18fdb637c1ea8af0b40c216 100644
--- a/runtime/bin/dartutils.h
+++ b/runtime/bin/dartutils.h
@@ -68,6 +68,7 @@ class DartUtils {
const char* name,
const char* val);
static bool IsDartSchemeURL(const char* url_name);
+ static bool IsDartIOLibURL(const char* url_name);
static Dart_Handle CanonicalizeURL(CommandLineOptions* url_mapping,
Dart_Handle library,
const char* url_str);
@@ -82,7 +83,7 @@ class DartUtils {
static const char* kBuiltinLibURL;
static const char* kCoreLibURL;
static const char* kCoreImplLibURL;
- static const char* kCoreNativeWrappersLibURL;
+ static const char* kIOLibURL;
static const char* kIdFieldName;
« no previous file with comments | « runtime/bin/builtin_sources.gypi ('k') | runtime/bin/dartutils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698