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

Unified Diff: runtime/bin/builtin.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/bin.gypi ('k') | runtime/bin/builtin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/builtin.h
diff --git a/runtime/bin/builtin.h b/runtime/bin/builtin.h
index 8624829d7a83a878ce6061e01068fae2a2821626..77ae40dd60f180afc529d6c9768cf0fa5d9a53b9 100644
--- a/runtime/bin/builtin.h
+++ b/runtime/bin/builtin.h
@@ -23,6 +23,7 @@ class Builtin {
public:
enum BuiltinLibraryId {
kBuiltinLibrary,
+ kCryptoLibrary,
kIOLibrary,
kJsonLibrary,
kUriLibrary,
@@ -41,6 +42,7 @@ class Builtin {
int argument_count);
static const char builtin_source_[];
+ static const char crypto_source_[];
static const char io_source_[];
static const char json_source_[];
static const char uri_source_[];
« no previous file with comments | « runtime/bin/bin.gypi ('k') | runtime/bin/builtin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698