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

Unified Diff: mojo/dart/packages/mojo/sources.gni

Issue 1449203002: Check in generated Dart bindings and add presubmit script (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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/packages/mojo/lib/mojo/url_response.mojom.dart ('k') | mojo/dart/packages/mojo_services/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/packages/mojo/sources.gni
diff --git a/mojo/dart/packages/mojo/sources.gni b/mojo/dart/packages/mojo/sources.gni
index 057a93bd3112bdd6010bfbe4798fed733c458028..3e43e3ac491ebef3e38793ed6c51ffd08c34b316 100644
--- a/mojo/dart/packages/mojo/sources.gni
+++ b/mojo/dart/packages/mojo/sources.gni
@@ -10,6 +10,18 @@ package_mojo_entrypoints = [
"lib/core.dart",
]
+package_mojo_bindings = [
+ "lib/mojo/application_connector.mojom.dart",
+ "lib/mojo/interface_control_messages.mojom.dart",
+ "lib/mojo/shell.mojom.dart",
+ "lib/mojo/application.mojom.dart",
+ "lib/mojo/network_error.mojom.dart",
+ "lib/mojo/url_request.mojom.dart",
+ "lib/mojo/http_header.mojom.dart",
+ "lib/mojo/service_provider.mojom.dart",
+ "lib/mojo/url_response.mojom.dart",
+]
+
package_mojo_sources = [
"lib/src/application_connection.dart",
"lib/src/application.dart",
@@ -30,4 +42,4 @@ package_mojo_sources = [
"lib/src/types.dart",
"lib/src/union.dart",
"lib/src/utils.dart",
- ] + package_mojo_entrypoints
+ ] + package_mojo_entrypoints + package_mojo_bindings
« no previous file with comments | « mojo/dart/packages/mojo/lib/mojo/url_response.mojom.dart ('k') | mojo/dart/packages/mojo_services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698