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

Unified Diff: runtime/bin/builtin.h

Issue 12318031: Move json, uri, utf and crypto libraries into the VM. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 10 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
===================================================================
--- runtime/bin/builtin.h (revision 18864)
+++ runtime/bin/builtin.h (working copy)
@@ -25,11 +25,7 @@
// the builtin_libraries_ array in builtin.cc and builtin_nolib.cc.
enum BuiltinLibraryId {
kBuiltinLibrary = 0,
- kJsonLibrary,
- kUriLibrary,
- kCryptoLibrary,
kIOLibrary,
- kUtfLibrary,
kInvalidLibrary,
};
@@ -45,14 +41,9 @@
static Dart_NativeFunction BuiltinNativeLookup(Dart_Handle name,
int argument_count);
- static const char async_source_[];
static const char builtin_source_[];
- static const char crypto_source_[];
static const char io_source_[];
static const char io_patch_[];
- static const char json_source_[];
- static const char uri_source_[];
- static const char utf_source_[];
static const char web_source_[];
typedef struct {
« 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