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

Unified Diff: mojo/dart/embedder/builtin.h

Issue 1027603002: Dart: Removes all but native calls and the handle watcher from the snapshot. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Hoist application interface dependence Created 5 years, 9 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 | « mojo/dart/embedder/BUILD.gn ('k') | mojo/dart/embedder/builtin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/builtin.h
diff --git a/mojo/dart/embedder/builtin.h b/mojo/dart/embedder/builtin.h
index f1f5312aebb522a9c7d90e334705b83f6b08e2a8..b888b48349b9ba79145ae1881e2a20182f8a0056 100644
--- a/mojo/dart/embedder/builtin.h
+++ b/mojo/dart/embedder/builtin.h
@@ -26,8 +26,7 @@ class Builtin {
// the builtin_libraries_ array in builtin.cc.
enum BuiltinLibraryId {
kBuiltinLibrary = 0,
- kMojoBindingsLibrary = 1,
- kMojoCoreLibrary = 2,
+ kMojoInternalLibrary = 1,
kInvalidLibrary,
};
« no previous file with comments | « mojo/dart/embedder/BUILD.gn ('k') | mojo/dart/embedder/builtin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698