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

Unified Diff: lib/src/dart_options.pb.dart

Issue 1192943003: changes for 0.3.9 (Closed) Base URL: https://github.com/dart-lang/dart-protoc-plugin.git@master
Patch Set: made mixins more general 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
« lib/file_generator.dart ('K') | « lib/protoc.dart ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/dart_options.pb.dart
diff --git a/lib/src/dart_options.pb.dart b/lib/src/dart_options.pb.dart
new file mode 100644
index 0000000000000000000000000000000000000000..f668150b91bd586ba17373e323e67f6b66782465
--- /dev/null
+++ b/lib/src/dart_options.pb.dart
@@ -0,0 +1,17 @@
+///
+// Generated code. Do not modify.
+///
+library dart_options;
+
+import 'package:fixnum/fixnum.dart';
+import 'package:protobuf/protobuf.dart';
+
+class Dart_options {
+ static final Extension defaultMixin = new Extension('FileOptions', 'defaultMixin', 96128839, GeneratedMessage.OS);
+ static final Extension mixin = new Extension('MessageOptions', 'mixin', 96128839, GeneratedMessage.OS);
+ static void registerAllExtensions(ExtensionRegistry registry) {
+ registry.add(defaultMixin);
+ registry.add(mixin);
+ }
+}
+
« lib/file_generator.dart ('K') | « lib/protoc.dart ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698