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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 ///
2 // Generated code. Do not modify.
3 ///
4 library dart_options;
5
6 import 'package:fixnum/fixnum.dart';
7 import 'package:protobuf/protobuf.dart';
8
9 class Dart_options {
10 static final Extension defaultMixin = new Extension('FileOptions', 'defaultMix in', 96128839, GeneratedMessage.OS);
11 static final Extension mixin = new Extension('MessageOptions', 'mixin', 961288 39, GeneratedMessage.OS);
12 static void registerAllExtensions(ExtensionRegistry registry) {
13 registry.add(defaultMixin);
14 registry.add(mixin);
15 }
16 }
17
OLDNEW
« 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