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

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

Issue 26842002: Update internal generated files (Closed) Base URL: https://github.com/dart-lang/dart-protoc-plugin.git@master
Patch Set: Created 7 years, 2 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
« no previous file with comments | « lib/src/descriptor.pb.dart ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/plugin.pb.dart
diff --git a/lib/src/plugin.pb.dart b/lib/src/plugin.pb.dart
index 06a3d7f2b9a6cb74262542027edd26da440fc75e..ff8596834a58e87ce0f38adbe00b7cda680cdedb 100644
--- a/lib/src/plugin.pb.dart
+++ b/lib/src/plugin.pb.dart
@@ -1,10 +1,11 @@
///
// Generated code. Do not modify.
///
-library Plugin.pb;
+library proto2.compiler;
import 'dart:typed_data';
+import 'package:fixnum/fixnum.dart';
import 'package:protobuf/protobuf.dart';
import 'descriptor.pb.dart';
@@ -13,6 +14,7 @@ class CodeGeneratorRequest extends GeneratedMessage {
..p(1, 'fileToGenerate', GeneratedMessage.PS)
..a(2, 'parameter', GeneratedMessage.OS)
..m(15, 'protoFile', () => new FileDescriptorProto(), () => new PbList<FileDescriptorProto>())
+ ..hasRequiredFields = false
;
CodeGeneratorRequest() : super();
« no previous file with comments | « lib/src/descriptor.pb.dart ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698