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

Unified Diff: runtime/bin/dartutils.h

Issue 10332109: Make the crypto library an official dart:crypto library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix long line Created 8 years, 7 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/crypto_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 c8b8b4095d601de57e95795386e02434193bb288..7524e3169200f9b8827c7d029d45bbc0b22d3dfe 100644
--- a/runtime/bin/dartutils.h
+++ b/runtime/bin/dartutils.h
@@ -72,6 +72,7 @@ class DartUtils {
const char* val);
static bool IsDartSchemeURL(const char* url_name);
static bool IsDartExtensionSchemeURL(const char* url_name);
+ static bool IsDartCryptoLibURL(const char* url_name);
static bool IsDartIOLibURL(const char* url_name);
static bool IsDartJsonLibURL(const char* url_name);
static bool IsDartUriLibURL(const char* url_name);
@@ -99,6 +100,7 @@ class DartUtils {
static const char* kBuiltinLibURL;
static const char* kCoreLibURL;
static const char* kCoreImplLibURL;
+ static const char* kCryptoLibURL;
static const char* kIOLibURL;
static const char* kJsonLibURL;
static const char* kUriLibURL;
« no previous file with comments | « runtime/bin/crypto_sources.gypi ('k') | runtime/bin/dartutils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698