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

Unified Diff: lib/protoc.dart

Issue 1196293003: Initial support for generating client and server stubs for Dart. (Closed) Base URL: https://github.com/dart-lang/dart-protoc-plugin.git@master
Patch Set: don't import dart:async if no services Created 5 years, 6 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: lib/protoc.dart
diff --git a/lib/protoc.dart b/lib/protoc.dart
index 20c5dc7f1f1ee184897c84cc221931e0f2ac32e5..19fed1810c86e13e936ab63e833f492dca6b70f7 100644
--- a/lib/protoc.dart
+++ b/lib/protoc.dart
@@ -9,6 +9,7 @@ import 'package:path/path.dart' as path;
import 'src/descriptor.pb.dart';
import 'src/plugin.pb.dart';
+part 'client_generator.dart';
part 'code_generator.dart';
part 'enum_generator.dart';
part 'exceptions.dart';
@@ -19,4 +20,5 @@ part 'message_generator.dart';
part 'options.dart';
part 'output_config.dart';
part 'protobuf_field.dart';
+part 'service_generator.dart';
part 'writer.dart';

Powered by Google App Engine
This is Rietveld 408576698