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

Unified Diff: lib/protobuf.dart

Issue 1277863003: cleanup: move fieldType constants and functions to a separate file (Closed) Base URL: git@github.com:dart-lang/dart-protobuf.git@master
Patch Set: _validateMessage should call _baseType, not callers Created 5 years, 4 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 | « no previous file | lib/src/protobuf/builder_info.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/protobuf.dart
diff --git a/lib/protobuf.dart b/lib/protobuf.dart
index dc16a220894637c5ed5671b978b68c2acee991da..8ff288700406faf65b3bf911097c1bd445126734 100644
--- a/lib/protobuf.dart
+++ b/lib/protobuf.dart
@@ -21,6 +21,7 @@ part 'src/protobuf/exceptions.dart';
part 'src/protobuf/extension.dart';
part 'src/protobuf/extension_registry.dart';
part 'src/protobuf/field_info.dart';
+part 'src/protobuf/field_type.dart';
part 'src/protobuf/generated_message.dart';
part 'src/protobuf/generated_service.dart';
part 'src/protobuf/pb_list.dart';
« no previous file with comments | « no previous file | lib/src/protobuf/builder_info.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698