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

Unified Diff: lib/file_generator.dart

Issue 25708003: Update the protocol buffer compiler plugin to use Int64 from the fixnum package (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 | « Makefile ('k') | lib/protobuf_field.dart » ('j') | pubspec.yaml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/file_generator.dart
diff --git a/lib/file_generator.dart b/lib/file_generator.dart
index 0076b4a98a5401f57fde11195ccff69fc2a3fa27..fe6e026bcdacde8ef45b8cf84a94f7e4de216efa 100644
--- a/lib/file_generator.dart
+++ b/lib/file_generator.dart
@@ -116,7 +116,9 @@ class FileGenerator implements ProtobufContainer {
'///\n'
'library $libraryName;\n'
'\n'
- "import 'dart:typed_data';\n\n"
+ "import 'dart:typed_data';\n"
+ '\n'
+ "import 'package:fixnum/fixnum.dart';\n"
"import 'package:protobuf/protobuf.dart';"
);
« no previous file with comments | « Makefile ('k') | lib/protobuf_field.dart » ('j') | pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698