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

Unified Diff: services/dart/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 | « mojo/public/dart/src/service_provider.dart ('k') | services/dart/test/echo/main.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/dart/BUILD.gn
diff --git a/services/dart/BUILD.gn b/services/dart/BUILD.gn
index a77affd9e844e8cb0dddb4b674e93e9dd5a0f03d..cd81e599451ecdce7bc7e9509adb71665584948e 100644
--- a/services/dart/BUILD.gn
+++ b/services/dart/BUILD.gn
@@ -23,6 +23,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",
@@ -33,7 +34,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",
@@ -132,7 +132,7 @@ mojo_native_application("dart_content_handler") {
"//mojo/services/content_handler/public/interfaces",
"//mojo/services/network/public/interfaces",
"//third_party/zlib:zip",
- "//url:url"
+ "//url:url",
]
}
« no previous file with comments | « mojo/public/dart/src/service_provider.dart ('k') | services/dart/test/echo/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698