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

Unified Diff: mojo/dart/packages/mojo_services/lib/mojo/files/ioctl.mojom.dart

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
Index: mojo/dart/packages/mojo_services/lib/mojo/files/ioctl.mojom.dart
diff --git a/mojo/dart/test/import_mojo.dart b/mojo/dart/packages/mojo_services/lib/mojo/files/ioctl.mojom.dart
similarity index 64%
copy from mojo/dart/test/import_mojo.dart
copy to mojo/dart/packages/mojo_services/lib/mojo/files/ioctl.mojom.dart
index 7a532d8d776ee63519e446462e3b02247e90c27a..b8fc83c4484a0ecb22640f3813bce05ce9f4fc13 100644
--- a/mojo/dart/test/import_mojo.dart
+++ b/mojo/dart/packages/mojo_services/lib/mojo/files/ioctl.mojom.dart
@@ -2,11 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+library ioctl_mojom;
+
+import 'dart:async';
+
import 'package:mojo/bindings.dart' as bindings;
import 'package:mojo/core.dart' as core;
+const kIoctlInvalid = 0;
+const kIoctlTerminal = 1;
+
+
-main() {
- core.MojoMessagePipe pipe = new core.MojoMessagePipe();
- pipe.endpoints[0].handle.close();
- pipe.endpoints[1].handle.close();
-}

Powered by Google App Engine
This is Rietveld 408576698