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

Unified Diff: sky/engine/bindings/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 | « sky/engine/bindings/BUILD.gn ('k') | sky/engine/bindings/builtin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/builtin.h
diff --git a/sky/engine/bindings/builtin.h b/sky/engine/bindings/builtin.h
index d1c829bdf4e34124bcafcf1a9c81541cf00d0b1e..8c3bb05ad9c26cead704d9ae7c56558fe6ffe85e 100644
--- a/sky/engine/bindings/builtin.h
+++ b/sky/engine/bindings/builtin.h
@@ -17,8 +17,7 @@ class Builtin {
enum BuiltinLibraryId {
kBuiltinLibrary,
kSkyLibrary,
- kMojoBindingsLibrary,
- kMojoCoreLibrary,
+ kMojoInternalLibrary,
kInvalidLibrary,
};
« no previous file with comments | « sky/engine/bindings/BUILD.gn ('k') | sky/engine/bindings/builtin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698