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

Unified Diff: mojo/dart/packages/mojo/lib/bindings.dart

Issue 1539673003: Generate Mojom Types in Dart (Take 2) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Move and Standardize Mojom Type Functions Created 4 years, 11 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
Index: mojo/dart/packages/mojo/lib/bindings.dart
diff --git a/mojo/dart/packages/mojo/lib/bindings.dart b/mojo/dart/packages/mojo/lib/bindings.dart
index 20c5face5e075882293771a40961b528ec6c05f4..24c12bf98f3ed4a545cec562e92bb7a5ea849016 100644
--- a/mojo/dart/packages/mojo/lib/bindings.dart
+++ b/mojo/dart/packages/mojo/lib/bindings.dart
@@ -11,6 +11,8 @@ import 'dart:typed_data';
import 'package:mojo/core.dart' as core;
import 'package:mojo/mojo/interface_control_messages.mojom.dart' as icm;
+import 'package:mojo/mojo/bindings/types/service_describer.mojom.dart'
+ as service_describer;
part 'src/control_message.dart';
part 'src/codec.dart';

Powered by Google App Engine
This is Rietveld 408576698