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

Unified Diff: sky/engine/tonic/BUILD.gn

Issue 941153003: Add dart_invoke to tonic for calls into App code. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: cr comments Created 5 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 | « sky/engine/core/script/dart_controller.cc ('k') | sky/engine/tonic/dart_invoke.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/tonic/BUILD.gn
diff --git a/sky/engine/tonic/BUILD.gn b/sky/engine/tonic/BUILD.gn
index f6a6ae05707c08aff02afb0da89fb523ee39f996..fd6ca5e10551999c53916619ee39cb5273082083 100644
--- a/sky/engine/tonic/BUILD.gn
+++ b/sky/engine/tonic/BUILD.gn
@@ -23,6 +23,8 @@ source_set("tonic") {
"dart_gc_controller.h",
"dart_gc_visitor.cc",
"dart_gc_visitor.h",
+ "dart_invoke.cc",
+ "dart_invoke.h",
"dart_isolate_scope.cc",
"dart_isolate_scope.h",
"dart_persistent_value.cc",
« no previous file with comments | « sky/engine/core/script/dart_controller.cc ('k') | sky/engine/tonic/dart_invoke.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698