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

Unified Diff: lib/protoc.dart

Issue 1192943003: changes for 0.3.9 (Closed) Base URL: https://github.com/dart-lang/dart-protoc-plugin.git@master
Patch Set: 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..8f14d83aac108138c1bbcc036a187d4acfc56816 100644
--- a/lib/protoc.dart
+++ b/lib/protoc.dart
@@ -8,6 +8,7 @@ import 'package:path/path.dart' as path;
import 'src/descriptor.pb.dart';
import 'src/plugin.pb.dart';
+import 'src/dart_options.pb.dart';
part 'code_generator.dart';
part 'enum_generator.dart';
@@ -16,6 +17,7 @@ part 'extension_generator.dart';
part 'file_generator.dart';
part 'indenting_writer.dart';
part 'message_generator.dart';
+part 'mixin.dart';
part 'options.dart';
part 'output_config.dart';
part 'protobuf_field.dart';

Powered by Google App Engine
This is Rietveld 408576698