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

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

Issue 934253003: Dart Bindings: ApplicationConnection (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Changes per review feedback 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 | « services/dart/test/pingpong_target/main.dart ('k') | sky/framework/shell.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/BUILD.gn
diff --git a/sky/engine/bindings/BUILD.gn b/sky/engine/bindings/BUILD.gn
index e30f8b8b795f3529e4394971827d3b7b4f6d9391..6163a4c1e692e59a3a7172a8dbc7e7e5bb357424 100644
--- a/sky/engine/bindings/BUILD.gn
+++ b/sky/engine/bindings/BUILD.gn
@@ -57,6 +57,7 @@ action("generate_snapshot_bin") {
"//mojo/public/dart/bindings.dart",
"//mojo/public/dart/core.dart",
"//mojo/public/dart/src/application.dart",
+ "//mojo/public/dart/src/application_connection.dart",
"//mojo/public/dart/src/buffer.dart",
"//mojo/public/dart/src/codec.dart",
"//mojo/public/dart/src/data_pipe.dart",
@@ -67,7 +68,6 @@ action("generate_snapshot_bin") {
"//mojo/public/dart/src/message.dart",
"//mojo/public/dart/src/message_pipe.dart",
"//mojo/public/dart/src/proxy.dart",
- "//mojo/public/dart/src/service_provider.dart",
"//mojo/public/dart/src/struct.dart",
"//mojo/public/dart/src/stub.dart",
"//mojo/public/dart/src/timer_queue.dart",
« no previous file with comments | « services/dart/test/pingpong_target/main.dart ('k') | sky/framework/shell.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698